Skip to content

Commit 253b428

Browse files
committed
.
1 parent 511b6af commit 253b428

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG HWLOC_DEPS="\
2929
# Dependencies for tests (optional)
3030
ARG TEST_DEPS="\
3131
libnuma-dev \
32-
# libtbb-dev \
32+
libtbb-dev \
3333
valgrind"
3434

3535
# Miscellaneous for our builds/CI (optional)

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG UMF_DEPS="\
2929
# Dependencies for tests (optional)
3030
ARG TEST_DEPS="\
3131
libnuma-dev \
32-
# libtbb-dev \
32+
libtbb-dev \
3333
valgrind"
3434

3535
# Miscellaneous for our builds/CI (optional)

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG UMF_DEPS="\
3030
# Dependencies for tests (optional)
3131
ARG TEST_DEPS="\
3232
libnuma-dev \
33-
# libtbb-dev \
33+
libtbb-dev \
3434
valgrind"
3535

3636
# Miscellaneous for our builds/CI (optional)

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)