File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
70
70
run : rustup target install aarch64-apple-darwin
71
71
- name : Fetch upstream LLVM/clang snapshot
72
72
run : |
73
- wget -O clang+llvm-12 .0.0 -x86_64-apple-darwin.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-12 .0.0 /clang+llvm-12 .0.0 -x86_64-apple-darwin.tar.xz
74
- if [ "$(shasum -a 256 clang+llvm-12 .0.0 -x86_64-apple-darwin.tar.xz | awk '{ print $1 }')" != "7bc2259bf75c003f644882460fc8e844ddb23b27236fe43a2787870a4cd8ab50 " ]; then
73
+ wget -O clang+llvm-15 .0.3 -x86_64-apple-darwin.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15 .0.3 /clang+llvm-15 .0.3 -x86_64-apple-darwin.tar.xz
74
+ if [ "$(shasum -a 256 clang+llvm-15 .0.3 -x86_64-apple-darwin.tar.xz | awk '{ print $1 }')" != "ac668586b2b3d068f1e43520a3ef0b1592e5dc3eff1a4a4b772e29803b428a69 " ]; then
75
75
echo "Bad hash"
76
76
exit 1
77
77
fi
78
78
- name : Unpack upstream LLVM+clang and use it by default
79
79
run : |
80
- tar xvvf clang+llvm-12 .0.0 -x86_64-apple-darwin.tar.xz
80
+ tar xvvf clang+llvm-15 .0.3 -x86_64-apple-darwin.tar.xz
81
81
- name : Checkout source code
82
82
uses : actions/checkout@v2
83
83
with :
93
93
run : ./genbindings.sh ./rust-lightning true
94
94
- name : Rebuild bindings using upstream clang, and check the sample app builds + links
95
95
run : |
96
- export PATH=`pwd`/clang+llvm-12 .0.0 -x86_64-apple-darwin/bin:$PATH
96
+ export PATH=`pwd`/clang+llvm-15 .0.3 -x86_64-apple-darwin/bin:$PATH
97
97
CC=clang ./genbindings.sh ./rust-lightning true
You can’t perform that action at this time.
0 commit comments