Skip to content

Commit

Permalink
Disable gi-javascriptcore, gi-webkit2 and some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Nov 18, 2024
1 parent 52fb41b commit ebf1aa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3584,7 +3584,7 @@ packages:
- gi-xlib
- gi-harfbuzz
- gi-gtksource < 5.0.0 # https://github.com/commercialhaskell/stackage/issues/7013
- gi-javascriptcore < 6.0.3 # https://github.com/commercialhaskell/stackage/issues/6929
- gi-javascriptcore < 0 # 4.0.28 compile fail - Typelib file for namespace 'JavaScriptCore', version '4.0' not found (0)
- gi-vte
- gi-webkit2
- gi-freetype2
Expand Down Expand Up @@ -6746,6 +6746,7 @@ packages:
- ghc-prof < 0 # tried ghc-prof-1.4.1.12, but its *library* requires base >=4.6 && < 4.18 and the snapshot contains base-4.19.2.0
- ghc-syb-utils < 0 # tried ghc-syb-utils-0.3.0.0, but its *library* requires ghc >=7.10 && < 8.6 and the snapshot contains ghc-9.8.3
- gi-gsk < 0 # tried gi-gsk-4.0.8, but its *library* requires gi-gdk >=4.0 && < 4.1 and the snapshot contains gi-gdk-3.0.29
- gi-webkit2 < 0 # tried gi-webkit2-4.0.31, but its *library* requires the disabled package: gi-javascriptcore
- ginger < 0 # tried ginger-0.10.5.2, but its *library* requires bytestring >=0.10.8.2 && < 0.12 and the snapshot contains bytestring-0.12.1.0
- ginger < 0 # tried ginger-0.10.5.2, but its *library* requires text >=1.2.3.1 && < 2.1 and the snapshot contains text-2.1.1
- git < 0 # tried git-0.3.0, but its *library* requires bytestring >=0.9 && < 0.11 and the snapshot contains bytestring-0.12.1.0
Expand Down Expand Up @@ -8835,6 +8836,7 @@ expected-test-failures:
- log # ElasticSearch
- lxd-client # Needs LXD, not available on debian
- lz4 # executable not found https://github.com/commercialhaskell/stackage/issues/6226
- lsp-test # example: lsp-demo-reactor-server: createProcess: posix_spawnp: does not exist (No such file or directory)
- mangopay # https://github.com/prowdsponsor/mangopay/issues/30
- matplotlib # https://github.com/fpco/stackage/issues/2365
- memcached-binary # memcached
Expand Down Expand Up @@ -9011,6 +9013,8 @@ expected-test-failures:
- yesod-gitrev # needs a git repo https://github.com/commercialhaskell/stackage/issues/6132
- yesod-markdown # https://github.com/pbrisbin/yesod-markdown/issues/77
- yggdrasil-schema # https://github.com/commercialhaskell/stackage/issues/7518
- genvalidity-network-uri # URI <<loop>>
- haskoin-node # "reads arbitrary addresses" failed

# Assertion failures due to module name ambiguity.
# These _should_ be fixed by using the `hide` section of this file
Expand Down

0 comments on commit ebf1aa0

Please sign in to comment.