summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-06-20 13:25:47 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-06-20 14:09:46 -0400
commitcf2682b4012c397dec79c4998713dfe12744b1a1 (patch)
treee419e10e71a3894fe8184dc3ffe4ab24e3514387 /.github/workflows
parentf8ba689c096302e3946db1c35c2a8e5dd8907390 (diff)
downloadbfs-cf2682b4012c397dec79c4998713dfe12744b1a1.tar.xz
ci: Set CC=clang16 on FreeBSD
Workaround for https://github.com/llvm/llvm-project/issues/58740
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3aacce1..0d15028 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,4 +85,4 @@ jobs:
run: |
spurion=$(tailscale ip -6 spurion)
rsync -rl --delete . "[$spurion]:bfs"
- ssh "$spurion" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck'
+ ssh "$spurion" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck CC=clang16'