aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2025-08-07 06:49:36 -0700
committerGreg Steuck <greg@nest.cx>2025-08-07 15:48:03 +0000
commit6a893178a1efc0914c4dcedf379aaeeb5fd2b42e (patch)
treea9eceb8ffd13fa3f11da57c71c8752a6d9a94c2f /tools
parent106f00e26ffeb8f114f0018e048653fa9edfe51c (diff)
tools: openbsd workarounds to use clang-19
That's the current version in the tree.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-openbsd-gce-ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh
index 97ec0e2cc..a5115e731 100755
--- a/tools/create-openbsd-gce-ci.sh
+++ b/tools/create-openbsd-gce-ci.sh
@@ -42,9 +42,9 @@ echo 'permit keepenv nopass syzkaller as root' > /etc/doas.conf
mkdir /syzkaller
echo '/dev/sd1a /syzkaller ffs rw,noauto 1 0' >> /etc/fstab
-mkdir -p /usr/lib/clang/16/lib/openbsd
-ln -s /usr/lib/clang/16/lib/libclang_rt.ubsan_minimal.a /usr/lib/clang/16/lib/openbsd/libclang_rt.ubsan_standalone-x86_64.a
-touch /usr/lib/clang/16/lib/openbsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+mkdir -p /usr/lib/clang/19/lib/openbsd
+ln -s /usr/lib/clang/19/lib/libclang_rt.ubsan_minimal.a /usr/lib/clang/19/lib/openbsd/libclang_rt.ubsan_standalone-x86_64.a
+touch /usr/lib/clang/19/lib/openbsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
EOF
cat >etc/installurl <<EOF