File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG HWLOC_DEPS="\
2929# Dependencies for tests (optional)
3030ARG TEST_DEPS="\
3131 libnuma-dev \
32- # libtbb-dev \
32+ libtbb-dev \
3333 valgrind"
3434
3535# Miscellaneous for our builds/CI (optional)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG UMF_DEPS="\
2929# Dependencies for tests (optional)
3030ARG TEST_DEPS="\
3131 libnuma-dev \
32- # libtbb-dev \
32+ libtbb-dev \
3333 valgrind"
3434
3535# Miscellaneous for our builds/CI (optional)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG UMF_DEPS="\
3030# Dependencies for tests (optional)
3131ARG TEST_DEPS="\
3232 libnuma-dev \
33- # libtbb-dev \
33+ libtbb-dev \
3434 valgrind"
3535
3636# Miscellaneous for our builds/CI (optional)
Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ jobs:
147147 # sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
148148
149149 - name : Install TBB apt package
150- if : matrix.install_tbb == 'ON '
150+ if : matrix.install_tbb == 'OFF '
151151 run : |
152- sudo apt-get install -y libtbb-dev
152+ sudo apt-get remove -y libtbb-dev
153153
154154 - name : Install oneAPI basekit
155155 if : matrix.compiler.cxx == 'icpx'
You can’t perform that action at this time.
0 commit comments