Skip to content

Commit

Permalink
Use previous image from Nov to workaround s3/r2 haddock upload issue
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
juhp committed Jan 29, 2025
1 parent 9fd1791 commit 577070e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
6 changes: 6 additions & 0 deletions automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 9 additions & 6 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 577070e

Please sign in to comment.