Compare commits

...

2 Commits

Author SHA1 Message Date
Brock Allen
57cccd1cf2 ops: Fix caching
Some checks failed
ci / docker-build (pull_request) Waiting to run
ci / build-and-test (pull_request) Has been cancelled
2024-01-28 01:01:40 +00:00
Brock Allen
13bcb67fa5 test: Remove -m32 flag 2024-01-28 00:35:27 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
@@ -45,7 +45,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}

View File

@@ -102,24 +102,20 @@
- -Wall
- -g0
- -O3
- -m32
:link:
:*:
- -g0
- -O3
- -m32
:gcov:
:compile:
:*:
- -g0
- -O3
- -Wall
- -m32
:link:
:*:
- -g0
- -O3
- -m32
# LIBRARIES