Skip to content

Commit 9b78746

Browse files
committed
ci(cubestore): Run CI workflow in container
1 parent 0a50a8e commit 9b78746

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,11 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
rust: [nightly-2024-01-29]
30+
container:
31+
image: cubejs/rust-builder:bookworm-llvm-18
3032
env:
3133
RUST: ${{ matrix.rust }}
3234
steps:
33-
- name: Maximize build space (disk space limitations)
34-
run: |
35-
echo "Before"
36-
df -h
37-
sudo apt-get remove -y 'php.*'
38-
sudo apt-get remove -y '^mongodb-.*'
39-
sudo apt-get remove -y '^mysql-.*'
40-
sudo apt-get autoremove -y
41-
sudo apt-get clean
42-
43-
sudo rm -rf /usr/share/dotnet
44-
sudo rm -rf /usr/local/lib/android
45-
sudo rm -rf /opt/ghc
46-
sudo rm -rf /opt/hostedtoolcache/CodeQL
47-
echo "After"
48-
df -h
4935
- name: Checkout
5036
uses: actions/checkout@v4
5137
- name: Install Rust

0 commit comments

Comments
 (0)