Skip to content

Instantly share code, notes, and snippets.

@Emzy
Created September 21, 2022 09:54
Show Gist options
  • Save Emzy/0ad6ec3a3da064afaa34e133f0cdd214 to your computer and use it in GitHub Desktop.
Save Emzy/0ad6ec3a3da064afaa34e133f0cdd214 to your computer and use it in GitHub Desktop.
Guix build Bitcoin Core v24.0RC1 without substitutions

using paramter ADDITIONAL_GUIX_COMMON_FLAGS='--no-substitutes' The build fails on openssl-1.1.1n because of a test with an expired certificate.

Fix:

sudo timedatectl set-ntp no
sudo date --set "28 may 2022 15:00:00"
./contrib/guix/guix-build

After openssl is build in another shell:

sudo timedatectl set-ntp yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment