Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Mar 6, 2025
1 parent 4f9869a commit 2932ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
${MINGW_PACKAGE_PREFIX}-zstd
- run: git clone https://github.com/msys2/MINGW-packages --depth=1
- run: pushd ./MINGW-packages/mingw-w64-qemu && makepkg --syncdeps --nobuild --noprepare --noconfirm --skippgpcheck PKGBUILD && popd
- run: ./configure && ninja -C build
- run: ./configure --disable-docs && ninja -C build
- run: ./build/qemu-system-x86_64 -nographic -plugin ./build/contrib/plugins/libstoptrigger,icount=1000000 -plugin ./build/tests/tcg/plugins/libinsn -d plugin

build-macos-x86_64:
Expand Down

0 comments on commit 2932ae9

Please sign in to comment.