Skip to content

guix: bump time-machine to 4a507aa8c0a579d150267d81ab4013189a7ec505#10331

Open
tobtoht wants to merge 1 commit intomonero-project:masterfrom
tobtoht:guix_tm_rust_193
Open

guix: bump time-machine to 4a507aa8c0a579d150267d81ab4013189a7ec505#10331
tobtoht wants to merge 1 commit intomonero-project:masterfrom
tobtoht:guix_tm_rust_193

Conversation

@tobtoht
Copy link
Collaborator

@tobtoht tobtoht commented Feb 22, 2026

Previous bump: #10005

To ensure reproducibility, reviewers are requested to perform a build and share their hashes.

Notable changes

  • Update Rust to 1.93.0 (up from 1.85.1)
@tobtoht tobtoht marked this pull request as ready for review February 22, 2026 20:03
@hinto-janai
Copy link
Contributor

Does CI build the merge commit instead of the branch commit?

CI logs:

cat logs/guix-build-d022c5336455/logs/*/SHA256SUMS.part | grep -v dist-archive
9423e9906f4a36d8d2f23bfb61be26755ef701a39dc51f610d7c382be521f48f  aarch64-linux-android/monero-aarch64-linux-android-d022c5336455.tar.bz2
dbc28b55c39406ace718b56d1d96917635d84cbaf2eebab16514ef07a51e22a9  aarch64-linux-gnu/monero-aarch64-linux-gnu-d022c5336455.tar.bz2
84cda354127c75970fc9fa1b918eecd34f64233555d94bc0ddced586b91ffbb1  arm64-apple-darwin/monero-arm64-apple-darwin-d022c5336455.tar.bz2
5686dd7ce1bdf1ab45a819f7631669e8a2d0c35aa9f4d3514ce29ae954f2398f  riscv64-linux-gnu/monero-riscv64-linux-gnu-d022c5336455.tar.bz2
c41c8e0f8d1381f12408949b3914e95e7a4b16a0a7cf9012b9c85d41061c63cb  x86_64-apple-darwin/monero-x86_64-apple-darwin-d022c5336455.tar.bz2
35f65f9ad5bb49807363c3798adc994de7c3fafb5293f34345a37e280c937f70  x86_64-linux-gnu/monero-x86_64-linux-gnu-d022c5336455.tar.bz2
eff6c1ce161c050430ff624f14f07af867fcab60b10838d071e6d2eda70fd361  x86_64-unknown-freebsd/monero-x86_64-unknown-freebsd-d022c5336455.tar.bz2
626af7e91538598cf5edef7c019d3abb2db47d141f11fa94b83792c488ad29e2  x86_64-w64-mingw32/monero-x86_64-w64-mingw32-d022c5336455.zip

d3efb8fd087cc11d8d145c472214dbeff35f0799:

uname --machine && find guix/guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum
x86_64
1207f63702803f1fc41ca6e5a52ba06448f37dd8127807986dcf62e9e2512b9c  guix/guix-build-d3efb8fd087c/output/aarch64-linux-android/monero-aarch64-linux-android-d3efb8fd087c.tar.bz2
4958a8006dd2c04bda8cb2aecbf8ce25757e4d7af28bcdd25fb1d70e0815a739  guix/guix-build-d3efb8fd087c/output/aarch64-linux-gnu/monero-aarch64-linux-gnu-d3efb8fd087c.tar.bz2
80ded4e1d06daa4c246a15dde26b7a98a6e488000609249c8fdf9b0eff6b7a93  guix/guix-build-d3efb8fd087c/output/arm64-apple-darwin/monero-arm64-apple-darwin-d3efb8fd087c.tar.bz2
4e14f6ec19751a41cfd571e7efdb48977ded5cd6451c0767b9f2979d9d42cfaa  guix/guix-build-d3efb8fd087c/output/dist-archive/monero-source-d3efb8fd087c.tar.gz
718a3baed9be37d5e9189872f06922830897630ae1cb17e8131e0ca6f4208fff  guix/guix-build-d3efb8fd087c/output/riscv64-linux-gnu/monero-riscv64-linux-gnu-d3efb8fd087c.tar.bz2
2e8e3bcb4cbfc69ee581b6e195b4c082181823b6f28861ca5a3d24a7997ef70e  guix/guix-build-d3efb8fd087c/output/x86_64-apple-darwin/monero-x86_64-apple-darwin-d3efb8fd087c.tar.bz2
031a3cdab9ad839e97aa005995dd9374cbd16be8c4fe20255ae159c8e703dcb3  guix/guix-build-d3efb8fd087c/output/x86_64-linux-gnu/monero-x86_64-linux-gnu-d3efb8fd087c.tar.bz2
6728dc7ed972d2d51e86236e8cb2d28e901cc4dc006fed8dfc57b4ba71aa885a  guix/guix-build-d3efb8fd087c/output/x86_64-unknown-freebsd/monero-x86_64-unknown-freebsd-d3efb8fd087c.tar.bz2
b13169c5b1ea3bc6e74ad2b301798ef39aa290b6b74aeaca795d4a4086bb45fc  guix/guix-build-d3efb8fd087c/output/x86_64-w64-mingw32/monero-x86_64-w64-mingw32-d3efb8fd087c.zip

Sidenote: if depends sources download fails the backup URL here doesn't seem to be maintained anymore so the build fails.

@selsta
Copy link
Collaborator

selsta commented Feb 25, 2026

I will try to get the depends backup mirror up to date.

@tobtoht
Copy link
Collaborator Author

tobtoht commented Feb 25, 2026

@hinto-janai

Yes, the CI run on this repo runs on the merge commit. To compare your hashes with CI, look for the CI run on my repo: https://github.com/tobtoht/monero/actions/runs/22278464285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment