Commit 9ccf0ff0 authored by Ian Jackson's avatar Ian Jackson
Browse files

Enable the build-repro CI job in MR jobs

Hopefully this will not be too slow.

Fixes #1472.
parent 900bcc0e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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