Skip to content

Commit 572b94a

Browse files
authored
Merge pull request #1857 from AkihiroSuda/remove-hack-fix-qemu-signature.sh
CI: remove hack/fix-qemu-signature.sh
2 parents da66d8c + ac3857f commit 572b94a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ jobs:
123123
# Github runners seem to have lima installed by brew already; we don't want/need it
124124
time brew uninstall --ignore-dependencies lima colima
125125
time brew install qemu bash coreutils curl jq
126-
- name: "Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
127-
run: ./hack/fix-qemu-signature.sh
128126
- name: "Show cache"
129127
run: ./hack/debug-cache.sh
130128
- name: "Test default.yaml"
@@ -281,8 +279,6 @@ jobs:
281279
run: make install
282280
- name: Install test dependencies
283281
run: brew install qemu bash coreutils iperf3
284-
- name: "Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
285-
run: ./hack/fix-qemu-signature.sh
286282
- name: Install vde_switch and vde_vmnet (Deprecated)
287283
env:
288284
VDE_VMNET_VERSION: v0.6.0
@@ -352,8 +348,6 @@ jobs:
352348
key: ${{ runner.os }}-upgrade-${{ matrix.oldver }}
353349
- name: Install test dependencies
354350
run: brew install qemu bash coreutils
355-
- name: "Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
356-
run: ./hack/fix-qemu-signature.sh
357351
- name: Test
358352
uses: nick-invision/retry@v2
359353
with:

0 commit comments

Comments
 (0)