Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -279,13 +279,14 @@ build-repro: image: amd64/rust:1.76.0-alpine3.18 script: - apk add bash - ./maint/reproducible_build linux windows - ./maint/reproducible_build linux windows macos # no after_script:, we don't build in the project dir # TODO #1410: Maybe there is something we _can_ remove though? artifacts: paths: - arti-linux - arti-windows.exe - arti-macos expire_in: 1 day cache: paths: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -279,13 +279,14 @@ build-repro: image: amd64/rust:1.76.0-alpine3.18 script: - apk add bash - ./maint/reproducible_build linux windows - ./maint/reproducible_build linux windows macos # no after_script:, we don't build in the project dir # TODO #1410: Maybe there is something we _can_ remove though? artifacts: paths: - arti-linux - arti-windows.exe - arti-macos expire_in: 1 day cache: paths: Loading