From 327a987e2c95ea9d05fcadd6fa7a8c249372affd Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Thu, 5 Nov 2020 12:53:27 +0100 Subject: ci: Temporarily drop all Windows builders. --- .gitlab-ci.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9156c0b9..54462b0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,49 +101,6 @@ rust-stable: CARGO_TARGET_DIR: $CI_PROJECT_DIR/../target.$CI_CONCURRENT_ID.rust-stable RUSTFLAGS: -D warnings -A unused-parens -windows-gnu: - tags: - - win - - win2019 - stage: build - image: registry.gitlab.com/sequoia-pgp/build-docker-image/windows-gnu - # This job takes ~20 minutes to run, let's only execute it manually or for - # scheduled builds, otherwise this will stall MRs often not related to Windows - only: - - /windows/i # refs containing 'windows' keyword - - tags - - web - - scheduled - before_script: - - clang -v - - rustc --version --verbose - - cargo --version - script: - - cargo test --all --exclude sequoia-openpgp-ffi - # https://github.com/rust-lang/cargo/issues/5015 - - cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression - after_script: [] - variables: - CFLAGS: "" # Silence some C warnings when compiling under Windows - -windows-msvc: - tags: - - win - - win2019 - stage: build - image: registry.gitlab.com/sequoia-pgp/build-docker-image/windows-msvc - before_script: - - rustc --version --verbose - - cargo --version - script: - # https://github.com/rust-lang/cargo/issues/5015 - - cargo build --manifest-path ffi/Cargo.toml --no-default-features --features crypto-cng,compression - - cargo build --manifest-path openpgp-ffi/Cargo.toml --no-default-features --features crypto-cng,compression - - cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression - after_script: [] - variables: - CFLAGS: "" # Silence some C warnings when compiling with MSVC - variables: DEBIAN_FRONTEND: noninteractive CARGO_HOME: $CI_PROJECT_DIR/../cargo -- cgit v1.2.3