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 0a50a8e commit 9b78746Copy full SHA for 9b78746
.github/workflows/rust-cubestore.yml
@@ -27,25 +27,11 @@ jobs:
27
fail-fast: false
28
matrix:
29
rust: [nightly-2024-01-29]
30
+ container:
31
+ image: cubejs/rust-builder:bookworm-llvm-18
32
env:
33
RUST: ${{ matrix.rust }}
34
steps:
- - name: Maximize build space (disk space limitations)
- 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
49
- name: Checkout
50
uses: actions/checkout@v4
51
- name: Install Rust
0 commit comments