Skip to content
Snippets Groups Projects
Commit d4b037de authored by Bryan R's avatar Bryan R Committed by Marge Bot
Browse files

Ensure hadrian uses CI's hackage index state

parent 46a0e5be
No related branches found
No related tags found
No related merge requests found
......@@ -480,6 +480,9 @@ function build_hadrian() {
check_release_build
# Just to be sure, use the same hackage index state when building Hadrian.
echo "index-state: $HACKAGE_INDEX_STATE" > hadrian/cabal.project.local
# We can safely enable parallel compression for x64. By the time
# hadrian calls tar/xz to produce bindist, there's no other build
# work taking place.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment