Sven Tennie pushed to branch wip/supersven/hadrian-cross-stage3 at Glasgow Haskell Compiler / GHC
Commits:
-
287b8a8c
by GHC GitLab CI at 2026-07-14T22:12:40+02:00
1 changed file:
Changes:
| ... | ... | @@ -962,7 +962,7 @@ job arch opsys buildConfig = NamedJob { name = jobName, jobInfo = Job {..} } |
| 962 | 962 | , artifactPaths = [binDistName arch opsys buildConfig ++ ".tar.xz"
|
| 963 | 963 | ,"junit.xml"
|
| 964 | 964 | ,"unexpected-test-output.tar.gz"]
|
| 965 | - ++ stage3Artifacts
|
|
| 965 | + ++ stage3Artifacts
|
|
| 966 | 966 | , artifactsWhen = ArtifactsAlways
|
| 967 | 967 | }
|
| 968 | 968 |