ci,server: upgrades to GHC 8.10.7 and reworks server builder image

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2727
Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com>
Co-authored-by: Swann Moreau <62569634+evertedsphere@users.noreply.github.com>
Co-authored-by: Robert <132113+robx@users.noreply.github.com>
GitOrigin-RevId: 0779ab7755fd4bdb7ed1551629b2c01d99c5ccf0
This commit is contained in:
jkachmar 2021-11-15 05:21:37 -08:00 committed by hasura-bot
parent b312ca1596
commit 576b07db28
4 changed files with 16 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# anchor refs to be used elsewhere
refs:
constants:
- &server_builder_image hasura/graphql-engine-server-builder:bb7caa0b5222f6ebf6cd9af5c5c258df6f4dafa18e29d6f44d1744bb276fd03f
- &server_builder_image hasura/graphql-engine-server-builder:bb9d1eea5ba8c194eb940b4a9923a2fd247c16f91699b58c76f5b0fe92d23e0d
- &mssql_image hasura/mssql-server-2019-cu10-ubuntu-20.04:187352320456c39572656ce46cc292369cffa01ac0e90fcdf179c01d36fb3952
skip_job_on_ciignore: &skip_job_on_ciignore
run:

View File

@ -13,6 +13,8 @@
--
-- See: https://www.haskell.org/cabal/users-guide/nix-local-build.html#configuring-builds-with-cabal-project
with-compiler: ghc-8.10.7
packages: server
constraints:

View File

@ -5,6 +5,8 @@
-- You can temporarily override values here rather than modifying 'dev.sh'
-- during development (although that might break certain things).
with-compiler: ghc-8.10.7
package *
documentation: true
-- build with DWARF support. This may not be very useful yet, but we want

View File

@ -38,7 +38,7 @@ constraints: any.Cabal ==3.2.0.0,
attoparsec-iso8601 -developer -fast,
any.authenticate-oauth ==1.6.0.1,
any.auto-update ==0.1.6,
any.base ==4.14.1.0,
any.base ==4.14.3.0,
any.base-compat ==0.11.2,
any.base-compat-batteries ==0.11.2,
any.base-orphans ==0.8.4,
@ -57,7 +57,7 @@ constraints: any.Cabal ==3.2.0.0,
blaze-textual -developer -integer-simple +native,
any.bsb-http-chunked ==0.0.0.4,
any.byteorder ==1.0.4,
any.bytestring ==0.10.10.0,
any.bytestring ==0.10.12.0,
any.bytestring-builder ==0.10.8.2.0,
bytestring-builder +bytestring_has_builder,
any.bytestring-lexing ==0.5.0.2,
@ -84,7 +84,7 @@ constraints: any.Cabal ==3.2.0.0,
any.constraints ==0.12,
any.constraints-extras ==0.3.0.2,
constraints-extras +build-readme,
any.containers ==0.6.2.1,
any.containers ==0.6.5.1,
any.contravariant ==1.5.3,
contravariant +semigroups +statevar +tagged,
any.cookie ==0.4.5,
@ -144,14 +144,14 @@ constraints: any.Cabal ==3.2.0.0,
any.free ==5.1.6,
any.generic-monoid ==0.1.0.1,
any.generics-sop ==0.5.1.1,
any.ghc ==8.10.2,
any.ghc-boot ==8.10.2,
any.ghc-boot-th ==8.10.2,
any.ghc-heap ==8.10.2,
any.ghc ==8.10.7,
any.ghc-boot ==8.10.7,
any.ghc-boot-th ==8.10.7,
any.ghc-heap ==8.10.7,
any.ghc-heap-view ==0.6.2,
ghc-heap-view -prim-supports-any,
any.ghc-prim ==0.6.1,
any.ghci ==8.10.2,
any.ghci ==8.10.7,
any.graphql-parser ==0.2.0.0,
any.groom ==0.1.2.1,
any.happy ==1.20.0,
@ -291,7 +291,7 @@ constraints: any.Cabal ==3.2.0.0,
any.primitive ==0.7.1.0,
any.primitive-extras ==0.8,
any.primitive-unlifted ==0.1.3.0,
any.process ==1.6.9.0,
any.process ==1.6.13.2,
any.profunctors ==5.6.1,
any.psqueues ==0.2.7.2,
any.quickcheck-instances ==0.3.25.2,
@ -312,7 +312,7 @@ constraints: any.Cabal ==3.2.0.0,
any.resourcet ==1.2.4.2,
any.retry ==0.8.1.2,
retry -lib-werror,
any.rts ==1.0,
any.rts ==1.0.1,
any.safe ==0.3.19,
any.safe-exceptions ==0.1.7.2,
any.scanner ==0.3.1,
@ -342,7 +342,7 @@ constraints: any.Cabal ==3.2.0.0,
any.split ==0.2.3.4,
any.splitmix ==0.1.0.3,
splitmix -optimised-mixer,
any.stm ==2.5.0.0,
any.stm ==2.5.0.1,
any.stm-containers ==1.2,
any.stm-hamt ==1.2.0.4,
any.streaming-commons ==0.2.2.1,