Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating vm version on the cmake #700

Open
wants to merge 5 commits into
base: pharo-12
Choose a base branch
from

Conversation

jordanmontt
Copy link
Member

@jordanmontt jordanmontt commented Oct 5, 2023

This PR changes the vm version of the vmmaker.cmake file. I took the latest releases of https://files.pharo.org/vm.

I did not update the vm of pharo-spur64-headless/Linux-aarch64 and pharo-spur32-headless/Linux-armv7l because there was not new versions released for those OSs.

One thing, I didn't change the hash, which I suppose that also changed. Where are the hashes available? I didn't find them

@guillep
Copy link
Member

guillep commented Oct 6, 2023

Thanks @jordanmontt

But we should update the image together with the VM.

@jordanmontt
Copy link
Member Author

Done! The CI is still failing however :/

URL https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip
URL_HASH SHA256=c050ddcedce70ec92c22a3244aa5ebbc655dcaffcb42ac80fbf1f6e795c7010d
URL https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.707.sha.f720787.arch.64bit.zip
URL_HASH SHA256=b96a943513c6a79c7319b285e46719fbe74c570ace3fa0c9ead43123c165671a
BUILD_COMMAND ${VMMAKER_VM} --headless ${VMMAKER_DIR}/image/Pharo11-SNAPSHOT-64bit-cf3d3fd.image --no-default-preferences save VMMaker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now it is failing because the hash in this line is not right and it does not find the image :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I re-ran sha256sum Pharo11-SNAPSHOT.build.707.sha.f720787.arch.64bit.zip and it gives me that hash that is committed. And the image Pharo11-SNAPSHOT.build.707.sha.f720787.arch.64bit.zip is the last one built on files.pharo.org

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, I selected the line below ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦Dumb Sebas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants