daml/sdk/pre-commit/platform-independence-check.sh
Gary Verhaegen e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +01:00

10 lines
315 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
set -euo pipefail
if [ "$RUN_PLATFORM_INDEPENDENCE_CHECK" = "yes" ]; then
bazel test //compiler/damlc/tests:platform-independence-dar-hash-file-matches
fi