no use of /mnt/tmp anymore; seems to be slow

This commit is contained in:
Axel Uhl
2025-10-21 14:53:38 +02:00
parent 82e85bfee3
commit 58e7bed8a2
+1 -4
View File
@@ -29,13 +29,11 @@ jobs:
runs-on: ${{ github.event.inputs.runner_cpus != '' && format('ubuntu-latest-{0}cpu', github.event.inputs.runner_cpus) || 'ubuntu-latest' }}
steps:
- run: df -h
- name: "node-cleanup-and-mnt-tmp"
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --force
sudo docker builder prune -a
sudo mkdir -p /mnt/tmp
sudo chmod 777 /mnt/tmp
- run: df -h
- name: Allocate swap space
shell: bash
@@ -89,7 +87,6 @@ jobs:
ports: '5672:5672'
- shell: bash
env: # Or as an environment variable
TMP: /mnt/tmp
APP_PARAMETERS: "-Daws.region=eu-west-1 -Dgoogle.maps.authenticationparams=${{ secrets.GOOGLE_MAPS_AUTHENTICATIONPARAMS }} -Daws.s3.test.s3AccessId=${{ secrets.AWS_S3_TEST_S3ACCESSID }} -Daws.s3.test.s3AccessKey=${{ secrets.AWS_S3_TEST_S3ACCESSKEY }} -Dgeonames.org.usernames=${{ secrets.GEONAMES_ORG_USERNAMES }}"
JAVA8_HOME: ${{env.JAVA_HOME_8_X64}}
run: |