I've temporarily set up the GitHub action to use a goal called minimal instead of all, as a means of temporarily working around these two issues. When these are fixed, we can update the GitHub action to use all again instead.
Issues / tasks
[ ] 1. #8
[ ] 2. #10
[ ] 3. After 1&2: Restore GitHub action
[ ] 4. #12 still an issue after completing '3' (reverting)?
[ ] 5. Later: #6
Issue / task details
3. After 1&2: Restore GitHub action
GitHub action should use all again instead of minimal
GitHub action should again upload medgen-disease-extract.owl to the release
4. #12 still an issue after completing '3' (reverting)?
This did not appear to be a problem when doing make all, only when changing to make minimal, even though the order of goals and prereqs appears to be the same.
5. Later: #6
medgen.sssom.tsv should also be built and released, but as the issue describes, that is not being done at the moment for a couple reasons.
Overview
I've temporarily set up the GitHub action to use a goal called
minimal
instead ofall
, as a means of temporarily working around these two issues. When these are fixed, we can update the GitHub action to useall
again instead.Issues / tasks
Issue / task details
3. After 1&2: Restore GitHub action
all
again instead ofminimal
medgen-disease-extract.owl
to the release4. #12 still an issue after completing '3' (reverting)?
This did not appear to be a problem when doing
make all
, only when changing tomake minimal
, even though the order of goals and prereqs appears to be the same.5. Later: #6
medgen.sssom.tsv
should also be built and released, but as the issue describes, that is not being done at the moment for a couple reasons.