-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16002 from MinaProtocol/dkijania/merge-compatible…
…-04-09-2024 merge compatible to develop
- Loading branch information
Showing
126 changed files
with
2,515 additions
and
9,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
[submodule "src/lib/snarky"] | ||
path = src/lib/snarky | ||
url = https://github.com/o1-labs/snarky | ||
[submodule "src/external/ppx_optcomp"] | ||
path = src/external/ppx_optcomp | ||
url = https://github.com/MinaProtocol/ppx_optcomp | ||
[submodule "src/lib/crypto/proof-systems"] | ||
path = src/lib/crypto/proof-systems | ||
url = https://github.com/o1-labs/proof-systems.git | ||
[submodule "src/external/prometheus"] | ||
path = src/external/prometheus | ||
url = https://github.com/MinaProtocol/prometheus.git | ||
branch = master | ||
[submodule "src/external/c-reference-signer"] | ||
path = src/external/c-reference-signer | ||
url = https://github.com/MinaProtocol/c-reference-signer.git | ||
[submodule "src/lib/crypto/kimchi_bindings/stubs/kimchi-stubs-vendors"] | ||
path = src/lib/crypto/kimchi_bindings/stubs/kimchi-stubs-vendors | ||
url = https://github.com/MinaProtocol/kimchi-stubs-vendors.git |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
buildkite/src/Jobs/Release/MinaToolchainArtifactFocal.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
let S = ../../Lib/SelectFiles.dhall | ||
|
||
let Pipeline = ../../Pipeline/Dsl.dhall | ||
|
||
let PipelineTag = ../../Pipeline/Tag.dhall | ||
|
||
let JobSpec = ../../Pipeline/JobSpec.dhall | ||
|
||
let DockerImage = ../../Command/DockerImage.dhall | ||
|
||
in Pipeline.build | ||
Pipeline.Config::{ | ||
, spec = JobSpec::{ | ||
, dirtyWhen = | ||
[ S.strictlyStart (S.contains "dockerfiles/stages/1-") | ||
, S.strictlyStart (S.contains "dockerfiles/stages/2-") | ||
, S.strictlyStart (S.contains "dockerfiles/stages/3-") | ||
, S.strictlyStart | ||
(S.contains "buildkite/src/Jobs/Release/MinaToolchainArtifact") | ||
, S.strictly (S.contains "opam.export") | ||
, S.strictlyEnd (S.contains "rust-toolchain.toml") | ||
] | ||
, path = "Release" | ||
, name = "MinaToolchainArtifactFocal" | ||
, tags = [ PipelineTag.Type.Toolchain ] | ||
} | ||
, steps = | ||
[ let toolchainSpec = | ||
DockerImage.ReleaseSpec::{ | ||
, service = "mina-toolchain" | ||
, deb_codename = "focal" | ||
, no_cache = True | ||
, step_key = "toolchain-focal-docker-image" | ||
} | ||
|
||
in DockerImage.generateStep toolchainSpec | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.