Skip to content

Commit 9353098

Browse files
authored
Merge pull request tweag#1926 from tweag/worker-windows
Do not skip worker on Windows
2 parents 3e2c3b7 + 135859c commit 9353098

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bazelrc.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ build:ci --bes_backend=grpcs://remote.buildbuddy.io
5151

5252
common:ci-common --color=no
5353

54+
common:ci-common --nolegacy_important_outputs
55+
build:ci-common --experimental_remote_cache_compression
56+
5457
build:ci-common --loading_phase_threads=1
5558
build:ci-common --verbose_failures
5659
# Make sure we don't rely on the names of convenience symlinks because those

tools/worker/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ load("@rules_haskell//haskell:cabal.bzl", "haskell_cabal_binary")
33
haskell_cabal_binary(
44
name = "bin",
55
srcs = glob(["**"]),
6-
# Requires more recent GHC version than we use on Windows.
7-
tags = ["dont_test_on_windows"],
86
visibility = ["//visibility:public"],
97
deps = [
108
"@rules_haskell_worker_dependencies//:base",

0 commit comments

Comments
 (0)