You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script mirrors the boostorg/boost source bundle for the given version to Nexus.
3
+
# The boost source bundle is architecture independent.
4
+
# It contains its own build system (b2) which is also built from source before building boost itself, so we don't need to worry about architecture specific builds.
5
+
# This artifact is used by the hadoop/boost local image.
6
+
7
+
8
+
set -euo pipefail
9
+
10
+
VERSION=${1:?"Missing version number argument (arg 1)"}
0 commit comments