Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOOLS-1983 How to avoid hard failure of most builds on Feb 22 from GitHub weak crypto removal #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,13 @@ include ./dev/tools/mk/Makefile.smf.defs

ifneq ($(USE_LOCAL_NODE),true)
NODE_PREBUILT_VERSION = v0.10.48
NODE_PREBUILT_TAG = zone
NODE_PREBUILT_IMAGE = fd2cc906-8938-11e3-beab-4359c665ac99
# manta-marlin ships node programs that need to run both in non-global zones
# and in the GZ (marlin-agent). Thus, all of them use a node runtime that is
# capable of running in the GZ, since it's also capable of running within a
# zone.
NODE_PREBUILT_TAG = gz
# sdc-minimal-multiarch-lts 15.4.1
NODE_PREBUILT_IMAGE = 18b094b0-eb01-11e5-80c1-175dac7ddf02

include ./dev/tools/mk/Makefile.node_prebuilt.defs
else
Expand Down