We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeb2c2 commit 6ee000eCopy full SHA for 6ee000e
contrib/devtools/symbol-check.py
@@ -245,7 +245,7 @@ def check_MACHO_sdk(binary) -> bool:
245
return False
246
247
def check_MACHO_lld(binary) -> bool:
248
- if binary.build_version.tools[0].version == [18, 1, 6]:
+ if binary.build_version.tools[0].version == [18, 1, 8]:
249
return True
250
251
contrib/guix/libexec/prelude.bash
@@ -51,7 +51,7 @@ fi
51
time-machine() {
52
# shellcheck disable=SC2086
53
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
54
- --commit=f0bb724211872cd6158fce6162e0b8c73efed126 \
+ --commit=efc26826400762207cde9f23802cfe75a737963c \
55
--cores="$JOBS" \
56
--keep-failed \
57
--fallback \
0 commit comments