Closed SingleAccretion closed 2 months ago
Some initial findings:
VERSION
file (here)ci/build.sh
, the VERSION
file does actually appear in build/install
VERSION
does not appear in build/dist
so I think CI is not picking it with the upload-artifact
artifact action (confirmed: it is not present in the downloaded dist-x86_64-linux.zip
from GitHub actions)build/dist
, do we need to update ci/merge-artifacts.sh
to make sure it gets merged into the final *.tar
file? (Alternately, we could stuff VERSION
into one of the component *.tar
s).Ah yes my mistake! Can confirm that VERSION
is only in the install and not in the tarballs. I do believe that merge-artifacts.sh
will need to be updated to copy it from one tarball to another. I can work on this when I get back next week if no one else solves it in the meantime.
I downloaded
wasi-sdk-24.0-x86_64-windows.tar.gz
from the 24's release artifacts, and theVERSION
file that was there in 22 is missing, which does not look right.