Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -270,10 +270,7 @@ minimal-versions: - cargo test --verbose --target x86_64-unknown-linux-gnu --all-features build-repro: rules: - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG != null stage: build stage: test # If you upgrade this image, also change the one in docker_reproducible_build. # Using "amd64/" single-arch variant to work around https://gitlab.torproject.org/tpo/tpa/team/-/issues/41621. image: amd64/rust:1.76.0-alpine3.18 Loading Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -270,10 +270,7 @@ minimal-versions: - cargo test --verbose --target x86_64-unknown-linux-gnu --all-features build-repro: rules: - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_TAG != null stage: build stage: test # If you upgrade this image, also change the one in docker_reproducible_build. # Using "amd64/" single-arch variant to work around https://gitlab.torproject.org/tpo/tpa/team/-/issues/41621. image: amd64/rust:1.76.0-alpine3.18 Loading