bump canton to 20230519 (#16889)

CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
This commit is contained in:
azure-pipelines[bot] 2023-05-22 08:53:19 +02:00 committed by GitHub
parent 50b2c59572
commit 5267b166ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
tag_filter="$tag_filter,-dont-run-on-darwin,-scaladoc,-pdfdocs" tag_filter="$tag_filter,-dont-run-on-darwin,-scaladoc,-pdfdocs"
fi fi
SKIP_DEV_CANTON_TESTS=true SKIP_DEV_CANTON_TESTS=false
if [ "$SKIP_DEV_CANTON_TESTS" = "true" ]; then if [ "$SKIP_DEV_CANTON_TESTS" = "true" ]; then
tag_filter="$tag_filter,-dev-canton-test" tag_filter="$tag_filter,-dev-canton-test"
fi fi

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
canton = { canton = {
"sha": "422e2147935a527db2578f713f071b93c108ed3b6817ba69d743c86ee53ac6dc", "sha": "36395a936bf6fa7650d1922226a9e25c0c563afa7e9c8db4a58942bf8b6aa8a3",
"prefix": "canton-open-source-2.7.0-SNAPSHOT", "prefix": "canton-open-source-2.7.0-SNAPSHOT",
"url": "https://www.canton.io/releases/canton-open-source-20230516.tar.gz", "url": "https://www.canton.io/releases/canton-open-source-20230519.tar.gz",
} }