Skip to content

Commit

Permalink
Return to unpatched rules_scala
Browse files Browse the repository at this point in the history
The issue solved with a patch by

#4056

Has been solved upstream by

bazelbuild/rules_scala#920

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
stefanobaghino-da committed Jan 16, 2020
1 parent 11be496 commit 6691fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 128 deletions.
125 changes: 0 additions & 125 deletions bazel_tools/scala-https.patch

This file was deleted.

5 changes: 2 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

rules_scala_version = "0f89c210ade8f4320017daf718a61de3c1ac4773"
rules_scala_version = "6c16cff213b76a4126bdc850956046da5db1daaa"

rules_haskell_version = "11b9dd19f3d6e1ae38b0aaa01696d873b2ee7ef9"
rules_haskell_sha256 = "46923657160087456a21a61184f7bdca76f8e259de1f2ab8ca57b37aeff7d0d5"
Expand Down Expand Up @@ -118,10 +118,9 @@ def daml_deps():
url = "https://github.com/bazelbuild/rules_scala/archive/%s.zip" % rules_scala_version,
type = "zip",
strip_prefix = "rules_scala-%s" % rules_scala_version,
sha256 = "37eb013ea3e6a940da70df43fe2dd6f423d1ac0849042aa586f9ac157321018d",
sha256 = "132cf8eeaab67f3142cec17152b8415901e7fa8396dd585d6334eec21bf7419d",
patches = [
"@com_github_digital_asset_daml//bazel_tools:scala-escape-jvmflags.patch",
"@com_github_digital_asset_daml//bazel_tools:scala-https.patch",
],
patch_args = ["-p1"],
)
Expand Down

0 comments on commit 6691fbb

Please sign in to comment.