Skip to content

Commit

Permalink
chore: remove caches from github actions
Browse files Browse the repository at this point in the history
These caches cause more problems than they're worth and cause runners to
exhaust their disk space
  • Loading branch information
rtyler committed Feb 27, 2024
1 parent 2f2acba commit 37c88f4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v2

- name: build and lint with clippy
run: cargo clippy --features azure,datafusion,s3,gcs,glue --tests

Expand Down Expand Up @@ -82,8 +80,6 @@ jobs:
toolchain: "stable"
override: true

- uses: Swatinem/rust-cache@v2

- name: Run tests
run: cargo test --verbose --features datafusion,azure

Expand Down Expand Up @@ -118,22 +114,6 @@ jobs:
toolchain: stable
override: true

# - uses: actions/setup-java@v3
# with:
# distribution: "zulu"
# java-version: "17"

# - uses: beyondstorage/setup-hdfs@master
# with:
# hdfs-version: "3.3.2"

# - name: Set Hadoop env
# run: |
# echo "CLASSPATH=$CLASSPATH:`hadoop classpath --glob`" >> $GITHUB_ENV
# echo "LD_LIBRARY_PATH=$JAVA_HOME/lib/server" >> $GITHUB_ENV

- uses: Swatinem/rust-cache@v2

- name: Start emulated services
run: docker-compose up -d

Expand Down

0 comments on commit 37c88f4

Please sign in to comment.