Skip to content

Commit b62ef2b

Browse files
committed
Move to pkgsrc 24.4.1
1 parent c95680b commit b62ef2b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pipeline {
1414

1515
agent {
16-
label joyCommonLabels(image_ver: '21.4.0', pi:'20210826T002459Z')
16+
label joyCommonLabels(image_ver: '24.4.1')
1717
}
1818

1919
options {

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ include ./deps/eng/tools/mk/Makefile.rust.defs
2121

2222
export STAMP
2323

24-
BUILD_PLATFORM = 20210826T002459Z
2524
RELEASE_TARBALL := $(NAME)-pkg-$(STAMP).tar.gz
2625
RELSTAGEDIR := /tmp/$(NAME)-$(STAMP)
2726

@@ -35,7 +34,7 @@ JS_FILES ?= $(wildcard $(TOP)/ui/assets/*.js)
3534
.PHONY: nodejs
3635
ifeq ($(shell uname -s),SunOS)
3736
nodejs:
38-
pkgin -y in npm
37+
pkgin -y in "nodejs>14"
3938
else
4039
# On other OSes, assume you have a new enough Node
4140
nodejs:

deps/eng

0 commit comments

Comments
 (0)