Skip to content

Commit

Permalink
bump canton to 20230502 (digital-asset#16790)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
  • Loading branch information
azure-pipelines[bot] and Azure Pipelines Daml Build authored May 3, 2023
1 parent eb53791 commit 80ed7ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if ($env:SKIP_TESTS -ceq "False") {
./ci/remap-scala-test-short-names.ps1 `
| Out-File -Encoding UTF8 -NoNewline scala-test-suite-name-map.json

$skip_dev_canton = "True"
$skip_dev_canton = "False"
$tag_filter = ""
if ($skip_dev_canton -ceq "True") {
$tag_filter = "-dev-canton-test"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
tag_filter="$tag_filter,-dont-run-on-darwin,-scaladoc,-pdfdocs"
fi

SKIP_DEV_CANTON_TESTS=true
SKIP_DEV_CANTON_TESTS=false
if [ "$SKIP_DEV_CANTON_TESTS" = "true" ]; then
tag_filter="$tag_filter,-dev-canton-test"
fi
Expand Down
4 changes: 2 additions & 2 deletions canton_dep.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

canton = {
"sha": "1a7a211802154260645351b8a5f885cc7e33f54bec9861cbe02f75e273d8ae6e",
"sha": "b06de0e2ac823fcb83c7925758dae8656eaf0943db24b95cff7b5cba150da99d",
"prefix": "canton-open-source-2.7.0-SNAPSHOT",
"url": "https://www.canton.io/releases/canton-open-source-20230501.tar.gz",
"url": "https://www.canton.io/releases/canton-open-source-20230502.tar.gz",
}

0 comments on commit 80ed7ae

Please sign in to comment.