Skip to content

Commit 03a9318

Browse files
committed
Export more CCs in an attempt to get OSX builds deterministic
1 parent 88245c0 commit 03a9318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ jobs:
384384
run: |
385385
export PATH=`pwd`/clang+llvm-15.0.7-x86_64-apple-darwin21.0/bin:$PATH
386386
cd ldk-c-bindings
387+
export CC=clang
388+
export CC_x86_64_apple_darwin=clang
389+
export CC_aarch64_apple_darwin=clang
387390
CC=clang ./genbindings.sh ../rust-lightning true
388391
- name: Fetch OpenJDK 18
389392
run: |

0 commit comments

Comments
 (0)