mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
0544323dfc
* upgrade rules_haskell CHANGELOG_BEGIN CHANGELOG_END * Use autogenerated stack_snapshot tools * ghcide import-dirs flags Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io> |
||
---|---|---|
.. | ||
bazel_tools | ||
head_sdk | ||
sandbox-migration | ||
versions | ||
.bazelignore | ||
bazel-haskell-deps.bzl | ||
BUILD | ||
build-release-artifacts-windows.ps1 | ||
build-release-artifacts.sh | ||
build-ts-libs.sh | ||
deps.bzl | ||
maven_install.json | ||
README.md | ||
stack-snapshot.yaml | ||
test-windows.ps1 | ||
test.sh | ||
update-versions.sh | ||
versions.bzl | ||
WORKSPACE | ||
workspace_status.sh |
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.
How to
Before using this, make sure to always run the scripts that build the
SDK, namely ./build-release-artifacts.sh
and ./build-ts-libs.sh
.
These should be run every time there is a relevant change you want
to be there for this workspace to use.
Any Bazel command can then be used afterwards. ./test.sh
are the
tests run on CI.