[Git][ghc/ghc][wip/supersven/riscv64-cross-ci] Test options
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Fri Sep 20 12:01:58 UTC 2024
Sven Tennie pushed to branch wip/supersven/riscv64-cross-ci at Glasgow Haskell Compiler / GHC
Commits:
00b915ba by Sven Tennie at 2024-09-20T14:01:50+02:00
Test options
- - - - -
1 changed file:
- .gitlab/jobs.yaml
Changes:
=====================================
.gitlab/jobs.yaml
=====================================
@@ -62,7 +62,9 @@
"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": {
@@ -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/00b915bac2594afd648c93a9b3c41aee4b32b5bc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/00b915bac2594afd648c93a9b3c41aee4b32b5bc
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/a93a67b0/attachment-0001.html>
More information about the ghc-commits
mailing list