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

View File

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