Skip to content

Commit

Permalink
Merge pull request #11383 from MinaProtocol/update-graphql-server-com…
Browse files Browse the repository at this point in the history
…patible

Update ocaml-graphql-server - compatible
  • Loading branch information
ylecornec authored Jun 30, 2022
2 parents 4fa6372 + e2f0672 commit 0cb69da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions buildkite/src/Constants/ContainerImages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
-- NOTE: minaToolchainStretch is also used for building Ubuntu Bionic packages in CI
{
toolchainBase = "codaprotocol/ci-toolchain-base:v3",
minaToolchainStretch = "gcr.io/o1labs-192920/mina-toolchain@sha256:9f4049bff1818ed373e1ee8dccdf35fc73d1c980a2a4e30947bc10df6239900f",
minaToolchainBuster = "gcr.io/o1labs-192920/mina-toolchain@sha256:0853899f33572b847bb0187340493a20e207ba7e11eedab860185bdc4dcf082d",
minaToolchainBullseye = "gcr.io/o1labs-192920/mina-toolchain@sha256:ac1b9efea7c0055fe13393a929eb261bc9e95d1f3df59f15c21003407520ccc4",
minaToolchainFocal = "gcr.io/o1labs-192920/mina-toolchain@sha256:b4726316d1f1ea931dfd7fc66d7658239476606010d620a8260250ac24cfc28c",
minaToolchainStretch = "gcr.io/o1labs-192920/mina-toolchain@sha256:a978b526278cf8aa2e8f82b4c884e609f83deb8adfd9c5bd64b7b4170d5ce767",
minaToolchainBuster = "gcr.io/o1labs-192920/mina-toolchain@sha256:8f6f5ab66b81ed1a9b565702a88be87e851a543c38ce9633dab94c8682b5da11",
minaToolchainBullseye = "gcr.io/o1labs-192920/mina-toolchain@sha256:c023e75a2e4f8fb8a93a929a0cd12a574fdfcc6346d4b851d33d2dfa79e3143c",
minaToolchainFocal = "gcr.io/o1labs-192920/mina-toolchain@sha256:a0f41b5c111de33cee29086823c6351a7372235be9ecb7a40eb189e991b198de",
delegationBackendToolchain = "gcr.io/o1labs-192920/delegation-backend-production@sha256:8ca5880845514ef56a36bf766a0f9de96e6200d61b51f80d9f684a0ec9c031f4",
elixirToolchain = "elixir:1.10-alpine",
nodeToolchain = "node:14.13.1-stretch-slim",
Expand Down
14 changes: 7 additions & 7 deletions src/opam.export
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ roots: [
"cohttp-async.5.0.0"
"core_extended.v0.14.0"
"extlib.1.7.8"
"graphql-async.0.9.0"
"graphql-cohttp.0.12.1"
"graphql-lwt.0.9.0"
"graphql-async.0.13.0"
"graphql-cohttp.0.13.0"
"graphql-lwt.0.13.0"
"graphql_ppx.1.2.2"
"js_of_ocaml.4.0.0"
"js_of_ocaml-ppx.4.0.0"
Expand Down Expand Up @@ -107,10 +107,10 @@ installed: [
"fix.20201120"
"fmt.0.8.6"
"fpath.0.7.3"
"graphql.0.9.0"
"graphql-async.0.9.0"
"graphql-cohttp.0.12.1"
"graphql-lwt.0.9.0"
"graphql.0.13.0"
"graphql-async.0.13.0"
"graphql-cohttp.0.13.0"
"graphql-lwt.0.13.0"
"graphql_parser.0.12.2"
"graphql_ppx.1.2.2"
"incremental.v0.14.0"
Expand Down

0 comments on commit 0cb69da

Please sign in to comment.