mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
fdbc1f51ce
* windows: fixed daml-lf tests for Windows by using Bazel's rlocation * more consistent logging on CI; publishing Windows test logs on failure * windows: fix daml-lf engine tests * windows: add diff tool to msys
11 lines
257 B
Python
11 lines
257 B
Python
load("//bazel_tools:scala.bzl", "da_scala_library")
|
|
|
|
da_scala_library(
|
|
name = "scala_runfiles",
|
|
srcs = glob(["src/main/scala/**/*.scala"]),
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@bazel_tools//tools/java/runfiles",
|
|
],
|
|
)
|