From 292dda835a83fec4bfc47cbcf12083befffb295b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Tue, 11 Jan 2022 17:43:59 +0100 Subject: [PATCH] Add gitlab CI with old glibc --- .gitlab-ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c753390..10ae14c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ -image: debian:latest - -build: +build:debian-latest: + image: debian:latest stage: build before_script: - apt update && apt -y install make autoconf gfortran libopenmpi-dev cmake @@ -12,3 +11,9 @@ build: artifacts: paths: - install/ + +build:nixpkgs-glibc-2.26: + image: nixos/nix:latest + stage: build + script: + - nix-build nix/shell-glibc-2.26.nix -A ovni