[Git][ghc/ghc][wip/supersven/riscv64-cross-ci] Test options
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Fri Sep 20 11:52:07 UTC 2024
Sven Tennie pushed to branch wip/supersven/riscv64-cross-ci at Glasgow Haskell Compiler / GHC
Commits:
35c34b15 by Sven Tennie at 2024-09-20T13:51:46+02:00
Test options
- - - - -
1 changed file:
- .gitlab/jobs.yaml
Changes:
=====================================
.gitlab/jobs.yaml
=====================================
@@ -62,8 +62,10 @@
"INSTALL_CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
"RUNTEST_ARGS": "",
"TEST_ENV": "x86_64-linux-deb12-cross_riscv64-linux-gnu-validate",
- "XZ_OPT": "-9"
- }
+ "XZ_OPT": "-9",
+ "HADRIAN_ARGS": "--docs=none",
+ "EXTRA_HC_OPTS": "-fexternal-interpreter'
+ }
},
"x86_64-linux-deb12-cross_riscv64-linux-gnu-validate": {
"after_script": [
@@ -126,7 +128,9 @@
"CROSS_TARGET": "riscv64-linux-gnu",
"INSTALL_CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
"RUNTEST_ARGS": "",
- "TEST_ENV": "x86_64-linux-deb12-cross_riscv64-linux-gnu-validate"
+ "TEST_ENV": "x86_64-linux-deb12-cross_riscv64-linux-gnu-validate",
+ "HADRIAN_ARGS": "--docs=none",
+ "EXTRA_HC_OPTS": "-fexternal-interpreter'
}
}
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/35c34b15fa9fd80f31d8f0dd6c4b7b1f9031c24d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/35c34b15fa9fd80f31d8f0dd6c4b7b1f9031c24d
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240920/0b58e345/attachment-0001.html>
More information about the ghc-commits
mailing list