Skip to content

Commit 6ee000e

Browse files
committed
guix: bump time-machine to efc26826400762207cde9f23802cfe75a737963c
Needed for 30210. This doesn't switch runtimes, because upstream is still configured to use the old runtime. See: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=17188be0f723e00377b21b767f5447d7938a116e. git-mimimal 2.45.1 -> 2.45.2 Kernel Headers 6.1.92 -> 6.1.100 LLVM 18.1.6 -> 18.1.8 mingw-w64 11.0.1 -> 12.0.0 NSIS 3.09 -> 3.10 patch 2.7.6 -> 2.7.6-0.f144b35
1 parent cbeb2c2 commit 6ee000e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/devtools/symbol-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def check_MACHO_sdk(binary) -> bool:
245245
return False
246246

247247
def check_MACHO_lld(binary) -> bool:
248-
if binary.build_version.tools[0].version == [18, 1, 6]:
248+
if binary.build_version.tools[0].version == [18, 1, 8]:
249249
return True
250250
return False
251251

contrib/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
time-machine() {
5252
# shellcheck disable=SC2086
5353
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
54-
--commit=f0bb724211872cd6158fce6162e0b8c73efed126 \
54+
--commit=efc26826400762207cde9f23802cfe75a737963c \
5555
--cores="$JOBS" \
5656
--keep-failed \
5757
--fallback \

0 commit comments

Comments
 (0)