We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a528e commit 2500bc8Copy full SHA for 2500bc8
libcxx/utils/ci/docker/linux-builder-base.dockerfile
@@ -116,7 +116,6 @@ RUN <<EOF
116
sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 2)) all # previous release
117
sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 1)) all # latest release
118
sudo /tmp/llvm.sh $LLVM_HEAD_VERSION all # current ToT
119
- sudo apt-get install -y libomp5-$LLVM_HEAD_VERSION
120
sudo rm -rf /var/lib/apt/lists/*
121
EOF
122
0 commit comments