Skip to content

Commit

Permalink
Merge branch 'berkeley' into dkijania/mina-profile-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania authored Sep 27, 2023
2 parents dff55db + 26e0cb2 commit ea811eb
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 418 deletions.
28 changes: 0 additions & 28 deletions buildkite/src/Jobs/Lint/Fast.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ in Pipeline.build
S.strictly (S.contains "Makefile"),
S.strictlyStart (S.contains "src/"),
S.strictlyStart (S.contains "rfcs/"),
S.exactly "scripts/compare_ci_diff_types" "sh",
S.exactly "scripts/compare_ci_diff_binables" "sh",
S.exactly "scripts/check-snarky-submodule" "sh"
]
, path = "Lint"
Expand All @@ -51,31 +49,5 @@ in Pipeline.build
, image = (../../Constants/ContainerImages.dhall).toolchainBase
}
}
, Command.build
Command.Config::{
, commands =
RunInToolchain.runInToolchain
[ "CI=true"
, "BASE_BRANCH_NAME=\$BUILDKITE_PULL_REQUEST_BASE_BRANCH"
]
"./scripts/compare_ci_diff_types.sh"
, label = "Versions compatibility linter"
, key = "lint-types"
, target = Size.Medium
, docker = None Docker.Type
}
, Command.build
Command.Config::{
, commands =
RunInToolchain.runInToolchain
[ "CI=true"
, "BASE_BRANCH_NAME=\$BUILDKITE_PULL_REQUEST_BASE_BRANCH"
]
"./scripts/compare_ci_diff_binables.sh"
, label = "Binable compatibility linter"
, key = "lint-binable"
, target = Size.Medium
, docker = None Docker.Type
}
]
}
19 changes: 0 additions & 19 deletions scripts/compare_binables.py

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/compare_ci_diff_binables.sh

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/compare_ci_diff_types.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/compare_ci_diff_types_develop.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/compare_pr_diff_binables.py

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/compare_pr_diff_items.py

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/compare_pr_diff_types.py

This file was deleted.

67 changes: 0 additions & 67 deletions scripts/compare_versioned_items.py

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/compare_versioned_types.py

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/version-linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def check_type_shapes(pr_branch_dict,base_branch,base_type_dict,release_branch,r
base_branch=sys.argv[2]
release_branch=sys.argv[3]

subprocess.run(['git','fetch'],capture_output=False)

base_branch_commit=branch_commit(base_branch)
download_type_shapes('base',base_branch,base_branch_commit)

Expand Down
59 changes: 0 additions & 59 deletions src/lib/ppx_version/tools/dune

This file was deleted.

Loading

0 comments on commit ea811eb

Please sign in to comment.