chore: remove caches from github actions

These caches cause more problems than they're worth and cause runners to
exhaust their disk space
This commit is contained in:
R Tyler Croy 2024-02-25 14:49:25 -08:00
parent 2f2acba373
commit 37c88f4b58
1 changed files with 0 additions and 20 deletions

View File

@ -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
@ -82,8 +80,6 @@ jobs:
toolchain: "stable"
override: true
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --verbose --features datafusion,azure
@ -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