Skip to content
Snippets Groups Projects
Commit 139a3d58 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't cache .o files. This appears to not work 100% (e.g. it's always...

Don't cache .o files. This appears to not work 100% (e.g. it's always rebuilding cryptlib anyway and it failed to re-compile some of libsbbs.so resulting in a link failure).
parent c9e4cb79
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #165 passed
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
# see https://hub.docker.com/_/gcc/ # see https://hub.docker.com/_/gcc/
image: gcc image: gcc
# cache outputs to reduce the build time
cache:
paths:
- "**/*.o"
build-sbbs: build-sbbs:
stage: build stage: build
# instead of calling g++ directly you can also use some build toolkit like make # instead of calling g++ directly you can also use some build toolkit like make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment