1
0

ci?
Some checks failed
CI / Typos (push) Successful in 7s
CI / Build (push) Successful in 38s
CI / Clippy (push) Failing after 52s

This commit is contained in:
Mark 2025-02-25 19:29:02 -08:00
parent 58825f6ae0
commit 81fcd2a6e2
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 27 additions and 27 deletions

View File

@ -50,7 +50,7 @@ jobs:
sudo apt update sudo apt update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes \ sudo apt install --yes \
rustup rustup nasm
- name: Build - name: Build
run: make run: make

View File

@ -13,7 +13,7 @@
"pre-link-args": { "pre-link-args": {
"gcc": ["-m32", "-nostdlib", "-static"] "gcc": ["-m32", "-nostdlib", "-static"]
}, },
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float", "features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
"dynamic-linking": false, "dynamic-linking": false,
"executables": false, "executables": false,
"relocation-model": "static", "relocation-model": "static",