FHIR Chat · Dependency check and Publishing · IG creation

Stream: IG creation

Topic: Dependency check and Publishing


view this post on Zulip Nagesh Bashyam (Nov 11 2021 at 20:50):

Hello

Should I be able to add another IG's current (Build version) as a dependency and publish it on the Build Site ?

When I try it, this works locally but does not get published on the build site, I had to revert to a fixed version only.

Any inputs are appreciated.

view this post on Zulip Grahame Grieve (Nov 11 2021 at 20:51):

well, you haven't provided any details but the version 'current' is a reference to the version as published on build.fhir.org

view this post on Zulip Nagesh Bashyam (Nov 11 2021 at 20:58):

Grahame

For the healthcare Surveys IG located at : https://github.com/HL7/fhir-health-care-surveys-reporting-ig

I have the following dependency:
<dependsOn id="medmorphig">
<uri value="http://hl7.org/fhir/us/medmorph/ImplementationGuide/hl7.fhir.us.medmorph"/>
<packageId value="hl7.fhir.us.medmorph"/>
<version value="0.1.0"/>
</dependsOn>

With the above dependency, when I make changes to the healthcare survey IG and check-in, the IG gets built and published on the build.fhir.org site as expected.

However if I change the version from 0.1.0 to "current", and then check-in, it does not get built and published on the build.fhir.org site.

Hope this explains.

view this post on Zulip Grahame Grieve (Nov 11 2021 at 20:59):

well, what's the error?

view this post on Zulip Nagesh Bashyam (Nov 11 2021 at 21:01):

I dont get any error, no log message (It is as if the build process does not get started) .
I can retry this after you look at the False Positive Broken Link

view this post on Zulip Grahame Grieve (Nov 11 2021 at 21:12):

I have no idea why - there's no error reported from building it on #committers/notification. as far as I know, that always happens

view this post on Zulip Nagesh Bashyam (Nov 11 2021 at 21:13):

Let me retry and see what happens

view this post on Zulip Nagesh Bashyam (Nov 11 2021 at 21:20):

It is working, sorry about the false alarm. Maybe I had messed up something before.


Last updated: Apr 12 2022 at 19:14 UTC