Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions schemas/materials/compilation.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ type: object
properties:
id:
description: |
Compilation ID. Optional, but **should** be specified.
Compilation ID

This value **must** be globally-unique and generated only from the
This value **should** be globally-unique and generated only from the
compiler inputs (settings, sources, etc.); the same compiler inputs/
settings **should** produce the same identifier.

Expand Down Expand Up @@ -75,7 +75,8 @@ required:
- sources

examples:
- compiler:
- id: foo
compiler:
name: lllc
version: 0.4.12-develop.2017.6.27+commit.b83f77e0.Linux.g++
sources:
Expand Down