Skip to content

Commit

Permalink
Change the gnulib snapshot basename to avoid distdir conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin committed Sep 28, 2019
1 parent 6994f8f commit efa3900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bison/internal/gnulib/gnulib.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load(
_GNULIB_VERSION = "788db09a9f88abbef73c97e8d7291c40455336d8"
_GNULIB_SHA256 = "4350696d531852118f3735a0e2d1091746388392c27d582f0cc241b6a39fe493"

_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/gnulib-{}.tar.xz".format(_GNULIB_VERSION)
_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/bison-gnulib-{}.tar.xz".format(_GNULIB_VERSION)

_GNULIB_URLS = [
"https://mirror.bazel.build/" + _URL_BASE,
Expand Down

0 comments on commit efa3900

Please sign in to comment.