Skip to content

Commit e771b9d

Browse files
cwen0ti-chi-bot
andauthored
Make byteman plugins runnable on jdk8 (#202)
Signed-off-by: Cwen Yin <[email protected]> Signed-off-by: Cwen Yin <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
1 parent 9f6a5b8 commit e771b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO := $(GOENV) go
1010
CGO := $(CGOENV) go
1111
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
1212
SHELL := /usr/bin/env bash
13-
BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.9
13+
BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.10
1414

1515
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
1616
ifeq (,$(shell go env GOBIN))

test/integration_test/jvm/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then
2626
fi
2727

2828
echo "download byteman && set environment variable"
29-
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.9"
29+
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.10"
3030
if [[ ! (-e ${byteman_dir}.tar.gz) ]]; then
3131
curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz
3232
tar zxvf ${byteman_dir}.tar.gz

0 commit comments

Comments
 (0)