daml/compatibility
Andreas Herrmann b1851d3fe7
compatibility: Append platform_suffix on Windows (#5839)
To avoid "undeclared inclusion(s)" errors by modifying the action keys.
Another option is `--action_env`. However, this only affects actions
that set `use_default_shell_env=True`, which is few, since that setting
is bad for hermeticity.

CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-05-05 14:17:51 +02:00
..
bazel_tools Setup compatibility tests for DAML Script (#5825) 2020-05-05 10:33:32 +00:00
head_sdk Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
.bazelignore Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
bazel-haskell-deps.bzl Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
BUILD Setup compatibility tests for DAML Script (#5825) 2020-05-05 10:33:32 +00:00
build-release-artifacts-windows.ps1 Publish execution logs from Windows compatibility jobs (#5834) 2020-05-05 12:23:11 +02:00
build-release-artifacts.sh Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
deps.bzl Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
README.md Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00
stack-snapshot.yaml Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00
test-windows.ps1 compatibility: Append platform_suffix on Windows (#5839) 2020-05-05 14:17:51 +02:00
test.sh Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
WORKSPACE Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
workspace_status.sh Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00

This directory contains the infrastructure and test setup for cross-version compatibility testing. We make this a separate Bazel workspace to make it easier to enforce that we only depend on release artifacts.