mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-11 15:56:58 -04:00
guix: fix suggested fake date for openssl -1.1.1l
Also fix layout of instructions.
This commit is contained in:
parent
19865a8350
commit
8fee5355ee
1 changed files with 8 additions and 5 deletions
|
@ -671,6 +671,8 @@ More information: https://github.com/python/cpython/issues/81765
|
||||||
OpenSSL includes tests that will fail once some certificate has expired.
|
OpenSSL includes tests that will fail once some certificate has expired.
|
||||||
The workarounds from the GnuTLS section immediately below can be used.
|
The workarounds from the GnuTLS section immediately below can be used.
|
||||||
|
|
||||||
|
For openssl-1.1.1l use 2022-05-01 as the date.
|
||||||
|
|
||||||
### GnuTLS: test-suite FAIL: status-request-revoked
|
### GnuTLS: test-suite FAIL: status-request-revoked
|
||||||
|
|
||||||
*The derivation is likely identified by: `/gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv`*
|
*The derivation is likely identified by: `/gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv`*
|
||||||
|
@ -705,11 +707,12 @@ authorized.
|
||||||
This workaround was described [here](https://issues.guix.gnu.org/44559#5).
|
This workaround was described [here](https://issues.guix.gnu.org/44559#5).
|
||||||
|
|
||||||
Basically:
|
Basically:
|
||||||
2. Turn off NTP
|
|
||||||
3. Set system time to 2020-10-01
|
1. Turn off NTP
|
||||||
4. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
|
2. Set system time to 2020-10-01
|
||||||
5. Set system time back to accurate current time
|
3. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
|
||||||
6. Turn NTP back on
|
4. Set system time back to accurate current time
|
||||||
|
5. Turn NTP back on
|
||||||
|
|
||||||
For example,
|
For example,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue