Don't produce output link for CI

This commit is contained in:
Rodrigo Arias 2023-06-26 11:14:53 +02:00
parent 05979df34d
commit cd0d0eb7c7

View File

@ -19,39 +19,39 @@ build:rt-tests:
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.ovni-rt - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.ovni-rt
build:asan: build:asan:
stage: build stage: build
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.ovni-asan - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.ovni-asan
build:no-mpi: build:no-mpi:
stage: build stage: build
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.ovni-nompi - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.ovni-nompi
build:old-gcc: build:old-gcc:
stage: build stage: build
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnis - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnis
build:old-gcc-no-lto: build:old-gcc-no-lto:
stage: build stage: build
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnisNoLTO - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnisNoLTO
build:old-gcc-release: build:old-gcc-release:
stage: build stage: build
tags: tags:
- nix - nix
script: script:
- nix build -L --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnisRelease - nix build -L --no-link --tarball-ttl 0 --file nix/rt.nix bsc.oldOvnisRelease