mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-09 19:13:28 +02:00
guix: update time-machine to 160f78a4d92205df986ed9efcce7d3aac188cb24
In our time-machine environment this changes the following: GCC 10.3.0 -> 10.4.0 Binutils 2.37 -> 2.38 Linux Libre Headers 5.15.37 -> 5.15.127 git 2.36.0 -> 2.41.0 mingw-w64 8.0.0 -> 11.0.1 NSIS 3.05 -> 3.09 xorriso 1.5.2 -> 1.5.6.pl02 Python 3.9 -> 3.10.7 Python-asn1crypto 1.4.0 -> 1.5.1 GCC 12.3.0 becomes available. LLVM 15.0.7 becomes available.
This commit is contained in:
@@ -52,7 +52,8 @@ BASEPREFIX="${PWD}/depends"
|
|||||||
store_path() {
|
store_path() {
|
||||||
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
|
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
|
||||||
| head --lines=1 \
|
| head --lines=1 \
|
||||||
| sed --expression='s|^[[:space:]]*"||' \
|
| sed --expression='s|\x29*$||' \
|
||||||
|
--expression='s|^[[:space:]]*"||' \
|
||||||
--expression='s|"[[:space:]]*$||'
|
--expression='s|"[[:space:]]*$||'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -51,7 +51,7 @@ fi
|
|||||||
time-machine() {
|
time-machine() {
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
|
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
|
||||||
--commit=998eda3067c7d21e0d9bb3310d2f5a14b8f1c681 \
|
--commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
|
||||||
--cores="$JOBS" \
|
--cores="$JOBS" \
|
||||||
--keep-failed \
|
--keep-failed \
|
||||||
--fallback \
|
--fallback \
|
||||||
|
@@ -587,7 +587,7 @@ inspecting signatures in Mach-O binaries.")
|
|||||||
xz
|
xz
|
||||||
;; Build tools
|
;; Build tools
|
||||||
gnu-make
|
gnu-make
|
||||||
libtool-2.4.7
|
libtool
|
||||||
autoconf-2.71
|
autoconf-2.71
|
||||||
automake
|
automake
|
||||||
pkg-config
|
pkg-config
|
||||||
@@ -596,7 +596,7 @@ inspecting signatures in Mach-O binaries.")
|
|||||||
gcc-toolchain-10
|
gcc-toolchain-10
|
||||||
(list gcc-toolchain-10 "static")
|
(list gcc-toolchain-10 "static")
|
||||||
;; Scripting
|
;; Scripting
|
||||||
python-minimal ;; (3.9)
|
python-minimal ;; (3.10)
|
||||||
;; Git
|
;; Git
|
||||||
git-minimal
|
git-minimal
|
||||||
;; Tests
|
;; Tests
|
||||||
|
Reference in New Issue
Block a user