Skip to content

Commit

Permalink
Bump PGV to pick up utf-32 unicode len counting fix (envoyproxy#9314)
Browse files Browse the repository at this point in the history
Signed-off-by: William A Rowe Jr <[email protected]>
Signed-off-by: Yechiel Kalmenson <[email protected]>
Signed-off-by: Sunjay Bhatia <[email protected]>
Signed-off-by: Prakhar <[email protected]>
  • Loading branch information
wrowe authored and prakhag1 committed Jan 3, 2020
1 parent 12cf458 commit 606af8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ BAZEL_SKYLIB_SHA256 = "1dde365491125a3db70731e25658dfdd3bc5dbdfd11b840b3e987ecf0
OPENCENSUS_PROTO_GIT_SHA = "5cec5ea58c3efa81fa808f2bd38ce182da9ee731" # Jul 25, 2019
OPENCENSUS_PROTO_SHA256 = "faeb93f293ff715b0cb530d273901c0e2e99277b9ed1c0a0326bca9ec5774ad2"

PGV_GIT_SHA = "a18376249eb51cdd517f67fe8703897322812e6d" # Nov 5, 2019
PGV_SHA256 = "8e45a3582e7fa9d0005ad6ff1ed9208e793b847f1c455d2bbe5b1c580338ffaf"
PGV_GIT_SHA = "de8fa833aeb04a6bf84c313e39898c22f381fb05" # Nov 11,2019
PGV_SHA256 = "c53d1a4af3c48313de174244a98b78aa05dd1f81f92bbf426c2417aea0060d1a"

GOOGLEAPIS_GIT_SHA = "82944da21578a53b74e547774cf62ed31a05b841" # Dec 2, 2019
GOOGLEAPIS_SHA = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405"
Expand Down
4 changes: 4 additions & 0 deletions ci/windows_ci_setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ mkdir "$env:TOOLS_BIN_DIR"

$wc = New-Object System.Net.WebClient
$wc.DownloadFile("https://github.com/bazelbuild/bazelisk/releases/download/v1.0/bazelisk-windows-amd64.exe", "$env:TOOLS_BIN_DIR\bazel.exe")

# Install ninja.
$choco = "$Env:ProgramData/chocolatey/choco.exe"
iex "$choco install -y -f --acceptlicense --no-progress ninja"
3 changes: 3 additions & 0 deletions ci/windows_ci_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ df -h

. "$(dirname "$0")"/setup_cache.sh

# TODO(dio): Put in windows/.bazelrc.
export PATH="/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64":$PATH

BAZEL_STARTUP_OPTIONS="--bazelrc=windows/.bazelrc"
BAZEL_BUILD_OPTIONS="--show_task_finish --verbose_failures \
--test_output=all ${BAZEL_BUILD_EXTRA_OPTIONS} ${BAZEL_EXTRA_TEST_OPTIONS}"
Expand Down

0 comments on commit 606af8c

Please sign in to comment.