With the move to the HL7 canonical and template (#377, #378), the build now reports this error:
There is no jira specification file defined with the expected name of FHIR-sql-on-fhir in the xml folder of the https://github.com/HL7/Jira-Spec-Artifacts project. This must exist before ballot or publication.
This one can't be suppressed via ignoreWarnings.txt, so the CI zero-error gate will keep failing on the canonical-move branch until the artefact is registered. Nothing in this repository can resolve it on its own.
The fix is to raise a pull request against HL7/JIRA-Spec-Artifacts adding a FHIR-sql-on-fhir.xml spec artefact, referencing PSS-2716, and have it merged by the HL7 team. The HL7 template helpfully generates a proposed copy of the file at the repository root during the build, which we can use as the starting point.
Relates to #377.
With the move to the HL7 canonical and template (#377, #378), the build now reports this error:
This one can't be suppressed via
ignoreWarnings.txt, so the CI zero-error gate will keep failing on the canonical-move branch until the artefact is registered. Nothing in this repository can resolve it on its own.The fix is to raise a pull request against HL7/JIRA-Spec-Artifacts adding a
FHIR-sql-on-fhir.xmlspec artefact, referencing PSS-2716, and have it merged by the HL7 team. The HL7 template helpfully generates a proposed copy of the file at the repository root during the build, which we can use as the starting point.Relates to #377.