mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Use previous image from Nov to workaround s3/r2 haddock upload issue
- add older: gi-gtksource3 gi-javascriptcore4 gi-soup2 See haskellfoundation/hf-infrastructure#11 This appears to be caused by some regression in Ubuntu 22.04 Updates
This commit is contained in:
parent
9fd179165d
commit
577070eae3
@ -33,7 +33,13 @@ else
|
||||
fi
|
||||
WORKDIR=$ROOT/work/$TAG
|
||||
|
||||
if [ $SHORTNAME = "lts" ]
|
||||
then
|
||||
IMAGE=ghcr.io/commercialhaskell/stackage/build:$TAG
|
||||
else
|
||||
# workaround https://github.com/haskellfoundation/hf-infrastructure/issues/11
|
||||
IMAGE=ghcr.io/commercialhaskell/stackage/build@sha256:885c67138c034bbba4b5538faeaefc1eac0260f396fed446c11102f7d902f9cb
|
||||
fi
|
||||
|
||||
docker pull $IMAGE
|
||||
|
||||
|
||||
@ -3448,15 +3448,18 @@ packages:
|
||||
- gi-pango
|
||||
- gi-xlib
|
||||
- gi-harfbuzz
|
||||
- gi-gtksource < 0
|
||||
- gi-gtksource5
|
||||
- gi-javascriptcore < 0
|
||||
- gi-javascriptcore6
|
||||
- gi-gtksource < 0 # gi-gtksource5
|
||||
- gi-gtksource3
|
||||
- gi-gtksource5 < 0 # blocked by https://github.com/haskellfoundation/hf-infrastructure/issues/11
|
||||
- gi-javascriptcore < 0 # gi-javascriptcore6
|
||||
- gi-javascriptcore4
|
||||
- gi-javascriptcore6 < 0 # blocked by https://github.com/haskellfoundation/hf-infrastructure/issues/11
|
||||
- gi-vte
|
||||
- gi-webkit2
|
||||
- gi-freetype2
|
||||
- gi-soup < 0
|
||||
- gi-soup3
|
||||
- gi-soup < 0 # gi-soup3
|
||||
- gi-soup2
|
||||
- gi-soup3 < 0 # blocked by https://github.com/haskellfoundation/hf-infrastructure/issues/11
|
||||
|
||||
"Brandon Simmons <brandon.m.simmons@gmail.com> @jberryman":
|
||||
- directory-tree
|
||||
|
||||
Loading…
Reference in New Issue
Block a user