Skip to content

Commit

Permalink
Linux absolutley forbids std lib users to install tbb.
Browse files Browse the repository at this point in the history
* Simply having tbb installed completely destroys their std library, thanks to all the tbb junk in their std lib headers.
  • Loading branch information
furby-tm committed Aug 5, 2024
1 parent 77af5df commit 52fa768
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/swift-debug-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: sudo apt install python3-dev
- name: 🖼 Install FreeGLUT
run: sudo apt install freeglut3-dev
- name: 🧵 Install TBB
run: sudo apt install libtbb-dev
- name: 🚀 Install Boost
run: sudo apt install libboost-all-dev
- name: 🖥️ Install X11
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/swift-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: sudo apt install python3-dev
- name: 🖼 Install FreeGLUT
run: sudo apt install freeglut3-dev
- name: 🧵 Install TBB
run: sudo apt install libtbb-dev
- name: 🚀 Install Boost
run: sudo apt install libboost-all-dev
- name: 🖥️ Install X11
Expand Down

0 comments on commit 52fa768

Please sign in to comment.