Skip to content

Commit 34b42a7

Browse files
authored
Update K Nightly version used for integration testing (#505)
* include.mk: update K nightly version * scripts/update-k-nightly-pr: remove automatic assignment of reviewer * scripts/update-k-nightly-pr: default to vladciobanu reviewer
1 parent ea92c22 commit 34b42a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ UPSTREAM_BRANCH = origin/master
55

66
BUILD_DIR = $(TOP)/.build
77
K_NIGHTLY = $(BUILD_DIR)/nightly.tar.gz
8-
K_NIGHTLY_URL = https://github.com/kframework/k/releases/download/nightly-4375ba02b/nightly.tar.gz
8+
K_NIGHTLY_URL = https://github.com/kframework/k/releases/download/nightly-5efe34457/nightly.tar.gz
99
K_DIST_DEFAULT = $(BUILD_DIR)/k
1010
K_DIST ?= $(K_DIST_DEFAULT)
1111
K_DIST_BIN = $(K_DIST)/bin

scripts/update-k-nightly-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git add $TOP/include.mk
2727

2828
git commit --message 'include.mk: update K nightly version'
2929

30-
hub pull-request --push --force --head "$BRANCH_NAME" --base "$UPSTREAM_BRANCH" --reviewer ehildenb --file - <<MSG
30+
hub pull-request --push --force --head "$BRANCH_NAME" --base "$UPSTREAM_BRANCH" --reviewer vladciobanu --file - <<MSG
3131
Update K Nightly version used for integration testing
3232
3333
PR generated by '$0'

0 commit comments

Comments
 (0)