diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-10 08:53:57 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-19 12:22:27 -0400 |
commit | 1e2ba8a44b9193d572a98c17f1b22c54db544400 (patch) | |
tree | 773f19b1a47d694613056094fc34070167ff2d97 /.gitlab-ci.yml | |
parent | 5d3d9925d54988f3d2475de656c695289e5f0082 (diff) | |
download | haskell-1e2ba8a44b9193d572a98c17f1b22c54db544400.tar.gz |
CI: Keep the value of PERF_NOTE_KEY in darwin environments
This fixes the performance test tracking for all darwin environments.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d38902cbf..ad1578915f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -561,6 +561,7 @@ validate-x86_64-darwin: --keep CI_PROJECT_DIR --keep MAKE_ARGS --keep HADRIAN_ARGS --keep CABAL_CACHE \ --keep LANG --keep CONFIGURE_ARGS --keep TEST_ENV --keep BIN_DIST_NAME \ --keep MACOSX_DEPLOYMENT_TARGET --keep ac_cv_func_clock_gettime --keep HACKAGE_INDEX_STATE \ + --keep PERF_NOTE_KEY --keep HEAD_HACKAGE_TRIGGER_TOKEN \ --run "$1" 2>&1 } # fix up config.sub in libraries for the time. |