We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedc88b commit eac27d3Copy full SHA for eac27d3
setup-tools.sh
@@ -33,7 +33,9 @@ apt install -y \
33
python-is-python3 \
34
python3-protobuf \
35
python3-grpc-tools
36
-
+
37
+# Install llvm-bolt if available
38
+apt install -y llvm-bolt || echo "Skipping llvm-bolt installation, not available in apt repos"
39
40
sh -c "curl -L https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/1.0.4/mill-dist-1.0.4-mill.sh > /usr/local/bin/mill && chmod +x /usr/local/bin/mill"
41
0 commit comments