Hard code CC

This commit is contained in:
Paul Reeves 2023-05-13 10:44:50 +02:00
parent d968b291c3
commit 7df881f611

View File

@ -5,8 +5,8 @@ name: build-linux
platform: platform:
arch: amd64 arch: amd64
environment: #environment:
MYCC: gcc #MYCC: gcc
#SHARED: "-f makefile.shared" #SHARED: "-f makefile.shared"
imagedefs: imagedefs:
@ -23,8 +23,7 @@ steps:
path: /tmp/cache path: /tmp/cache
commands: commands:
# - export CC=gcc - export CC=gcc
- export CC=${MYCC}
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt - make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
- ./test >test_std.txt 2>test_err.txt" - ./test >test_std.txt 2>test_err.txt"