Skip to content

Commit c692a58

Browse files
committed
Disable the qemu cache.
1 parent f6afba4 commit c692a58

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,6 @@ jobs:
511511
upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
512512
echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix.qemu_args }} >> $GITHUB_ENV
513513
514-
# See if qemu is already in the cache
515-
if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
516-
exit 0
517-
fi
518-
519514
# Download and build qemu from source since the most recent release is
520515
# way faster at arm emulation than the current version github actions'
521516
# ubuntu image uses. Disable as much as we can to get it to build
@@ -693,11 +688,6 @@ jobs:
693688
upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
694689
echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix.qemu_args }} >> $GITHUB_ENV
695690
696-
# See if qemu is already in the cache
697-
if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
698-
exit 0
699-
fi
700-
701691
# Download and build qemu from source since the most recent release is
702692
# way faster at arm emulation than the current version github actions'
703693
# ubuntu image uses. Disable as much as we can to get it to build
@@ -802,11 +792,6 @@ jobs:
802792
upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
803793
echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix.qemu_args }} >> $GITHUB_ENV
804794
805-
# See if qemu is already in the cache
806-
if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
807-
exit 0
808-
fi
809-
810795
# Download and build qemu from source since the most recent release is
811796
# way faster at arm emulation than the current version github actions'
812797
# ubuntu image uses. Disable as much as we can to get it to build

0 commit comments

Comments
 (0)