Skip to content

Commit

Permalink
Revert "Run action that frees up diskspace during workflows (java-nat…
Browse files Browse the repository at this point in the history
…ive-access#573)" (java-native-access#582)

Motivation:

The used github action does not work anymore

Modifications:

This reverts commit 776c601.

Result:

Build pass again
  • Loading branch information
normanmaurer authored Sep 18, 2023
1 parent a525e27 commit ed862a8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
runs-on: ubuntu-latest
name: linux-x86_64
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

# Caching of maven dependencies
Expand Down Expand Up @@ -80,13 +73,6 @@ jobs:
runs-on: ubuntu-latest
name: linux-aarch64
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

# Caching of maven dependencies
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:

name: stage-snapshot-${{ matrix.setup }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

# Caching of maven dependencies
Expand Down Expand Up @@ -166,13 +159,6 @@ jobs:
# Wait until we have staged everything
needs: [stage-snapshot-linux, stage-snapshot-windows-x86_64]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

- name: Set up JDK 8
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.setup }} build
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

# Cache .m2/repository
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
prepare-release:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3
with:
ref: main
Expand Down Expand Up @@ -93,13 +86,6 @@ jobs:
name: stage-release-${{ matrix.setup }}

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- name: Download release-workspace
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -284,13 +270,6 @@ jobs:
# Wait until we have staged everything
needs: [stage-release-linux, stage-release-windows-x86_64]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- name: Download release-workspace
uses: actions/download-artifact@v3
with:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ci-verify-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
install-jars-linux-aarch64:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

# Caching of maven dependencies
Expand Down Expand Up @@ -77,13 +70,6 @@ jobs:
runs-on: ubuntu-latest
needs: [ install-jars-linux-aarch64 ]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

- uses: actions/checkout@v3

- name: Download the maven repository
Expand Down

0 comments on commit ed862a8

Please sign in to comment.