Skip to content

Dependency: Remove deprecated ocaml-migrate-parsetree #17137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buildkite/src/Constants/ContainerImages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
-- NOTE: minaToolchainBookworm is also used for building Ubuntu Jammy packages in CI
{ toolchainBase = "codaprotocol/ci-toolchain-base:v3"
, minaToolchainBullseye =
"gcr.io/o1labs-192920/mina-toolchain@sha256:c9f16769602bd90930e74ca61d8d303bf7533314063ae754f78b10ea481a98d4"
"gcr.io/o1labs-192920/mina-toolchain@sha256:37d4e1232953fac83762a686667d91df8e9d8c98d8c075aaa767688f6e44c0f5"
, minaToolchainBookworm =
"gcr.io/o1labs-192920/mina-toolchain@sha256:c9f16769602bd90930e74ca61d8d303bf7533314063ae754f78b10ea481a98d4"
"gcr.io/o1labs-192920/mina-toolchain@sha256:37d4e1232953fac83762a686667d91df8e9d8c98d8c075aaa767688f6e44c0f5"
, minaToolchain =
"gcr.io/o1labs-192920/mina-toolchain@sha256:c9f16769602bd90930e74ca61d8d303bf7533314063ae754f78b10ea481a98d4"
"gcr.io/o1labs-192920/mina-toolchain@sha256:37d4e1232953fac83762a686667d91df8e9d8c98d8c075aaa767688f6e44c0f5"
, elixirToolchain = "elixir:1.10-alpine"
, nodeToolchain = "node:14.13.1-stretch-slim"
, ubuntu2004 = "ubuntu:20.04"
Expand Down
1 change: 0 additions & 1 deletion opam.export
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ installed: [
"ocaml-base-compiler.4.14.0"
"ocaml-compiler-libs.v0.12.3"
"ocaml-config.2"
"ocaml-migrate-parsetree.2.3.0"
"ocaml-options-vanilla.1"
"ocaml-syntax-shims.1.0.0"
"ocaml-version.3.4.0"
Expand Down
1 change: 0 additions & 1 deletion src/lib/crypto_params/gen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
digestif
core
async
ocaml-migrate-parsetree
ppxlib.ast
base
bin_prot.shape
Expand Down
1 change: 0 additions & 1 deletion src/lib/dummy_values/gen_values/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
async_unix
stdio
base.caml
ocaml-migrate-parsetree
core
async
ppxlib
Expand Down
1 change: 0 additions & 1 deletion src/lib/generated_graphql_queries/gen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
mina_base
base.caml
compiler-libs
ocaml-migrate-parsetree
stdio)
(preprocess
(pps ppx_base ppx_version ppxlib.metaquot graphql_ppx))
Expand Down
1 change: 0 additions & 1 deletion src/lib/pickles/plonk_checks/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
sexplib0
ppxlib.ast
core_kernel
ocaml-migrate-parsetree
base.base_internalhash_types
;; local libraries
pickles_types
Expand Down
1 change: 0 additions & 1 deletion src/lib/ppx_register_event/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
core_kernel
ppxlib
compiler-libs.common
ocaml-migrate-parsetree
base
;; local libraries
interpolator_lib)
Expand Down