Skip to content

Commit 0e39ce1

Browse files
committed
Move to pkgsrc 24.4.1
1 parent c95680b commit 0e39ce1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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', pi: '20240111T002438Z')
1717
}
1818

1919
options {

Makefile

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

2222
export STAMP
2323

24-
BUILD_PLATFORM = 20210826T002459Z
24+
BUILD_PLATFORM := 20240111T002438Z
2525
RELEASE_TARBALL := $(NAME)-pkg-$(STAMP).tar.gz
2626
RELSTAGEDIR := /tmp/$(NAME)-$(STAMP)
2727

@@ -35,7 +35,7 @@ JS_FILES ?= $(wildcard $(TOP)/ui/assets/*.js)
3535
.PHONY: nodejs
3636
ifeq ($(shell uname -s),SunOS)
3737
nodejs:
38-
pkgin -y in npm
38+
pkgin -y in "nodejs>14"
3939
else
4040
# On other OSes, assume you have a new enough Node
4141
nodejs:

deps/eng

0 commit comments

Comments
 (0)