Commit 5ae06526 authored by Gaëlle Braud's avatar Gaëlle Braud
Browse files

fix

1 merge request!1360update sdk
Pipeline #91486 failed
Showing with 13 additions and 13 deletions
......@@ -4,7 +4,7 @@
ubuntu2004-ninja-gcc:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $DOCKER_UPDATE == null
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
variables:
CMAKE_GENERATOR: Ninja
CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON
......@@ -18,18 +18,18 @@ ubuntu2004-ninja-gcc:
# Nightly
#################################################
# ubuntu2004-makefile-gcc:
# rules:
# - !reference [.rules-merge-request-manual, rules]
# - if: $NIGHTLY_MASTER
# variables:
# CMAKE_GENERATOR: Unix Makefiles
# CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON
# CC: gcc
# CXX: g++
# ADDITIONAL_BUILD_OPTIONS: -j$MAKEFILE_JOBS
# extends: .linux-desktop
# <<: *docker_image_platform_and_runner_tag
ubuntu2004-makefile-gcc:
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER
variables:
CMAKE_GENERATOR: Unix Makefiles
CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON
CC: gcc
CXX: g++
ADDITIONAL_BUILD_OPTIONS: -j$MAKEFILE_JOBS
extends: .linux-desktop
<<: *docker_image_platform_and_runner_tag
ubuntu2004-ninja-clang:
rules:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment