Skip to content

Commit 2500bc8

Browse files
committed
Don't install libomp -- we'll see if d951c6a is still relevant
1 parent e0a528e commit 2500bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/utils/ci/docker/linux-builder-base.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ RUN <<EOF
116116
sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 2)) all # previous release
117117
sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 1)) all # latest release
118118
sudo /tmp/llvm.sh $LLVM_HEAD_VERSION all # current ToT
119-
sudo apt-get install -y libomp5-$LLVM_HEAD_VERSION
120119
sudo rm -rf /var/lib/apt/lists/*
121120
EOF
122121

0 commit comments

Comments
 (0)