Skip to content

Commit

Permalink
feat: pre-installed build environment in deployer (#960)
Browse files Browse the repository at this point in the history
* feat: pre-installed build environment in deployer

* Edit list
  • Loading branch information
jonaro00 authored Jun 2, 2023
1 parent 078aec2 commit 795ec74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployer/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ done
# TODO: restore when we know how to prefetch from our mirror
# cd /usr/src/shuttle/service
# cargo fetch

# Install common build tools for external crates
# The image should already have these: https://github.com/docker-library/buildpack-deps/blob/65d69325ad741cea6dee20781c1faaab2e003d87/debian/buster/Dockerfile
apt update
apt install -y llvm-dev libclang-dev clang cmake

0 comments on commit 795ec74

Please sign in to comment.