1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-11 08:55:32 +03:00
asterius/.bazelrc
Yves-Stan Le Cornec 641ade855c
Bazel files for building asterius binaries (#888)
Co-authored-by: Yves-Stan Le Cornec <yves.stan.lecornec@tweag.io>
2022-01-19 13:58:52 +01:00

14 lines
449 B
Plaintext

# User Configuration
# ------------------
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
run --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
# We make use of ctx.actions.declare_symlink in bazel/bazel_utils/cabal_filegroup.bzl
build --experimental_allow_unresolved_symlinks
build --incompatible_enable_cc_toolchain_resolution
build:ci --repository_cache=~/repo-cache/
try-import %workspace%/.bazelrc.local