Skip to content

Commit

Permalink
Fix TBB build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mminutoli committed May 24, 2021
1 parent 30a8652 commit 11ad674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ before_install:
- cmake --build build -- -j 2
- cmake --build build --target install
- cd ..
- git clone --depth 1 https://github.com/01org/tbb.git
- git clone https://github.com/oneapi-src/oneTBB.git --branch v2020.3 tbb
- cd tbb
- make work_dir=$(pwd)/build-tbb tbb_root=$(pwd)
- mkdir $HOME/tbb-root && cp -r include $HOME/tbb-root/
Expand Down

0 comments on commit 11ad674

Please sign in to comment.