Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
124e161
add mb{i,f}to{,l,ll}u(value) macros from musl ML discussion
mirabilos Jun 6, 2025
6717901
fix indent
mirabilos Jun 6, 2025
0ed15b6
Merge branch 'master' of github.com:MirBSD/int into GHA
Jun 9, 2025
c4cf50f
run GHAV updater
Jun 9, 2025
742f076
complete apt.conf across all releases
Jun 9, 2025
5c76be6
get glibc from experimental as well if present
Jun 9, 2025
9aa30a8
address qemu/sid packaging changes
Jun 9, 2025
19b00c4
Revert "drop sh4 for now, qemu-sh4 just sits there, doing nothing"
Jun 9, 2025
ee05f60
don’t skip arches we also cover via Alpine Linux
Jun 9, 2025
9057cec
update Alpine Linux arch list
Jun 9, 2025
3e7c91a
disable all automatic workflow runs for this branch
Jun 9, 2025
9bdc6b1
let’s see if we can figure out windows/arm builds with this
Jun 9, 2025
7b491f1
try to run this
Jun 9, 2025
a9f32f4
rename the ID
Jun 9, 2025
7e087a1
to test the build we definitely need WSL and no CRLF
Jun 9, 2025
8b37f4d
https://github.com/mxschmitt/action-tmate#use-a-different-msys2-location
Jun 9, 2025
4526c4a
drop WSL for now until fixed
Jun 9, 2025
3d3cf23
we might be able to do it with msys2
Jun 9, 2025
f3af442
stop the tmate
Jun 9, 2025
390901a
experiment with an MSYS2-based ARM build (ipv WSL)
Jun 9, 2025
93a4d4c
don’t upgrade the MSYS2 environment needlessly
Jun 9, 2025
4ed3f89
test again
Jun 9, 2025
f7fc136
untest again
Jun 9, 2025
33dc595
the pipe was interpreted by cmd 🙀 hack the .bat instead
Jun 9, 2025
a2b3760
avoid MSYS2 converting single slashes to backslashes (WTF‽)
Jun 9, 2025
f1633ac
🐈‍⬛🤡
Jun 9, 2025
1203190
🪟🤡
Jun 9, 2025
ca09937
Revert "untest again"
Jun 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don’t upgrade the MSYS2 environment needlessly
  • Loading branch information
mirabilos authored and mirabilos committed Jun 9, 2025
commit 93a4d4c1af01eaed70b9e2edc807b90d9dde55a0
3 changes: 1 addition & 2 deletions .github/workflows/winarm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"id": "setup-msys2",
"uses": "msys2/setup-msys2@v2",
"with": {
"install": "bc ed",
"update": true
"install": "bc ed"
}
},
{
Expand Down