FHIR Chat · Da Vinci CRD IG build links broken · implementers

Stream: implementers

Topic: Da Vinci CRD IG build links broken


view this post on Zulip Nick Radov (May 05 2019 at 17:22):

It looks like most of the pages for the latest Da Vinci CRD IG are missing from the build site. Have they moved or is there a build problem?
https://build.fhir.org/ig/HL7/davinci-crd/

view this post on Zulip Lloyd McKenzie (May 05 2019 at 17:32):

Looks like the build failed. My local build works and there's nothing uncommitted. I poked the CI build to generate it again

view this post on Zulip Lloyd McKenzie (May 05 2019 at 17:38):

Failed again. I've poked @Grahame Grieve to see if we can figure out why it runs happily locally.

view this post on Zulip Grahame Grieve (May 05 2019 at 18:58):

one wonders what this line in the ig.json is about:

"source" : "../../core2/website"

view this post on Zulip Grahame Grieve (May 05 2019 at 19:00):

that's how to produce idiosyncratic local behavior. In this case, the version problem is in US-Core

view this post on Zulip Lloyd McKenzie (May 05 2019 at 20:08):

I'm not sure that's actually doing anything right now. In any event, should go away once we properly support multi-version IGs. Do we know why the IG works locally but not on the CI build site?

view this post on Zulip Nick Radov (May 06 2019 at 13:30):

If it will take a while to fix the server build, would it be possible for someone to manually push the results of a local build back to the web server so that the IG pages can be available? We'd like to be able to read those during meetings.

view this post on Zulip Lloyd McKenzie (May 06 2019 at 13:32):

No.

view this post on Zulip Lloyd McKenzie (May 06 2019 at 13:32):

You can build it locally

view this post on Zulip Lloyd McKenzie (May 06 2019 at 13:33):

No = "not easily"

view this post on Zulip Josh Mandel (May 06 2019 at 15:06):

Well, someone could easily push the results to github pages, for instance, as a temp thing.

view this post on Zulip Grahame Grieve (May 06 2019 at 15:13):

@Lloyd McKenzie needs to decide what do about this

view this post on Zulip Lloyd McKenzie (May 06 2019 at 15:23):

Sorry, I'm unclear what the decision to be made is. Why is the CI build not working? (And why is my local build happy?)

view this post on Zulip Grahame Grieve (May 06 2019 at 15:24):

you're local build is happy because you are loading some local version of US-Core from some local path that only you have

view this post on Zulip Lloyd McKenzie (May 06 2019 at 15:28):

I'm loading it from the cache

view this post on Zulip Lloyd McKenzie (May 06 2019 at 15:28):

So I should wipe my cache

view this post on Zulip Grahame Grieve (May 06 2019 at 15:28):

I guess. the problem is that you are loading R3 US-Core and using in in R4. Except on your system where who knows what is loading....

view this post on Zulip Lloyd McKenzie (May 06 2019 at 15:31):

Should I wipe my cache?

view this post on Zulip Grahame Grieve (May 06 2019 at 15:32):

yes and you should remove your location load instruction


Last updated: Apr 12 2022 at 19:14 UTC