File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3434 project :
3535 - name : Bitcoin
3636 repository : willcl-ark/bitcoin
37- dependencies : libsqlite3-dev llvm-toolchain-20 capnproto libboost-dev libcapnp-dev libevent-dev
37+ path : ' bitcoin'
38+ dependencies : libsqlite3-dev capnproto libboost-dev libcapnp-dev libevent-dev
3839
3940 env : ${{ matrix.env }}
4041
4849 uses : actions/checkout@v4
4950 with :
5051 repository : ${{ matrix.project.repository }}
51- path : bitcoin
52+ path : ${{ matrix.project.path }}
5253 fetch-depth : 1
5354
5455 - name : Get Bitcoin commit hash
6970 run : |
7071 sudo apt-get -qq update
7172 sudo apt-get -qq install -y --no-install-recommends \
72- build-essential cmake pkgconf python3 \
73+ build-essential cmake pkgconf python3 clang-20 llvm-20 ninja-build \
7374 ${{ matrix.dependencies }} ${{ matrix.project.dependencies }}
7475
7576 - name : Build and test
8182 -DCTEST_SOURCE_DIRECTORY=./bitcoin \
8283 -DBUILD_NAME_SUFFIX=${{ matrix.config }}--${{ inputs.ctest_build_name_suffix }} \
8384 ${{ matrix.ctest_extra }} \
84- -DTREAT_WARNINGS_AS_ERRORS=ON \
85- -DCMAKE_ARGS='${{ matrix.cmake_flags }}' \
86- -DMODEL=${{ inputs.ctest_model }}
85+ -DTREAT_WARNINGS_AS_ERRORS=ON
You can’t perform that action at this time.
0 commit comments