File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
echo "TEST_BASE=$(git rev-list -n$((${{ env.MAX_COUNT }} + 1)) --reverse HEAD ^$(git rev-list -n1 --merges HEAD)^@ | head -1)" >> "$GITHUB_ENV"
63
63
- run : |
64
64
sudo apt-get update
65
- sudo apt-get install clang-15 ccache build-essential libtool autotools-dev automake pkg-config bsdmainutils python3-zmq libevent-dev libboost-dev libsqlite3-dev libdb++-dev systemtap-sdt-dev libminiupnpc-dev libnatpmp-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools qtwayland5 libqrencode-dev -y
65
+ sudo apt-get install clang-15 ccache build-essential libtool autotools-dev automake pkg-config bsdmainutils python3-zmq libevent-dev libboost-dev libsqlite3-dev libdb++-dev systemtap-sdt-dev libminiupnpc-dev libnatpmp-dev qtbase5-dev qttools5-dev qttools5-dev-tools qtwayland5 libqrencode-dev -y
66
66
- name : Compile and run tests
67
67
run : |
68
68
# Run tests on commits after the last merge commit and before the PR head commit
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
9
export CI_IMAGE_NAME_TAG=" docker.io/ubuntu:24.04"
10
10
export CONTAINER_NAME=ci_native_tidy
11
11
export TIDY_LLVM_V=" 18"
12
- export PACKAGES=" clang-${TIDY_LLVM_V} libclang-${TIDY_LLVM_V} -dev llvm-${TIDY_LLVM_V} -dev libomp-${TIDY_LLVM_V} -dev clang-tidy-${TIDY_LLVM_V} jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev"
12
+ export PACKAGES=" clang-${TIDY_LLVM_V} libclang-${TIDY_LLVM_V} -dev llvm-${TIDY_LLVM_V} -dev libomp-${TIDY_LLVM_V} -dev clang-tidy-${TIDY_LLVM_V} jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev"
13
13
export NO_DEPENDS=1
14
14
export RUN_UNIT_TESTS=false
15
15
export RUN_FUNCTIONAL_TESTS=false
You can’t perform that action at this time.
0 commit comments