File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- os : [ubuntu-22 .04, ubuntu-20 .04]
10+ os : [ubuntu-24 .04, ubuntu-22 .04]
1111 compiler : [gcc, clang]
1212 steps :
1313 - uses : actions/checkout@v3
1414 - name : Build srsRAN on x86 ${{ matrix.os }}
1515 run : |
1616 sudo apt update
17- sudo apt install -y build-essential cmake libfftw3-dev libmbedtls-dev libpcsclite-dev libboost-program-options-dev libconfig++-dev libsctp-dev colordiff ninja-build valgrind
17+ sudo apt install -y build-essential cmake libfftw3-dev libmbedtls-dev libpcsclite-dev libboost-program-options-dev libboost-system-dev libconfig++-dev libsctp-dev colordiff ninja-build valgrind
1818 mkdir build && cd build && cmake -DRF_FOUND=True -GNinja .. && ninja && ctest
1919
2020 aarch64_ubuntu_build :
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- os : [ubuntu-20 .04]
26+ os : [ubuntu-24 .04]
2727 compiler : [gcc, clang]
28- include :
29- - os : ubuntu-20.04
30- distro : ubuntu20.04
3128 steps :
3229 - uses : actions/checkout@v3
3330 - name : Build srsRAN on aarch64 ${{ matrix.os }}
3835 run : |
3936 export CTEST_PARALLEL_LEVEL=$(nproc --all)
4037 apt update
41- apt install -y build-essential cmake libfftw3-dev libmbedtls-dev libpcsclite-dev libboost-program-options-dev libconfig++-dev libsctp-dev ninja-build
42- ls -l && pwd && mkdir build && cd build && cmake -DRF_FOUND=True -GNinja .. && ninja
38+ apt install -y build-essential cmake libfftw3-dev libmbedtls-dev libpcsclite-dev libboost-program-options-dev libboost-system-dev libconfig++-dev libsctp-dev ninja-build
39+ mkdir build && cd build && cmake -DRF_FOUND=True -GNinja .. && ninja
You can’t perform that action at this time.
0 commit comments