Skip to content

Commit eac27d3

Browse files
committed
feat(apt): add llvm-bolt installation in setup-tools.sh
Signed-off-by: Yangyu Chen <cyy@cyyself.name>
1 parent cedc88b commit eac27d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup-tools.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ apt install -y \
3333
python-is-python3 \
3434
python3-protobuf \
3535
python3-grpc-tools
36-
36+
37+
# Install llvm-bolt if available
38+
apt install -y llvm-bolt || echo "Skipping llvm-bolt installation, not available in apt repos"
3739

3840
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"
3941

0 commit comments

Comments
 (0)