Skip to content

Commit

Permalink
rem noatime
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 7, 2024
1 parent d8eae0c commit f29a8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: prepare build environment
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
- name: build 1st
run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui:noatime -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3 CXXFLAGS="-ffile-prefix-map=/monero-gui=."'
run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3 CXXFLAGS="-ffile-prefix-map=/monero-gui=."'
- name: Clean Build Directory
run: |
docker run --rm \
Expand All @@ -143,7 +143,7 @@ jobs:
run: mv /home/runner/work/monero-gui/monero-gui/build/release/bin/monero-wallet-gui build1-monero-wallet-gui

- name: build 2nd
run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui:noatime -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3 CXXFLAGS="-ffile-prefix-map=/monero-gui=."'
run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3 CXXFLAGS="-ffile-prefix-map=/monero-gui=."'

- name: Compare Builds with Diffoscope
run: |
Expand Down

0 comments on commit f29a8da

Please sign in to comment.