X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fscripts%2Flibuv-build.sh;fp=jjb%2Fopflex%2Fscripts%2Flibuv-build.sh;h=0000000000000000000000000000000000000000;hb=55a41db88df3dba21a5d377e4bbf31fd4486f48c;hp=dfa16f9805fc7639a9fe3ba18195e24bd84145fa;hpb=a5d78bb6f9bc02bd5003af525bf084139de8e633;p=releng%2Fbuilder.git diff --git a/jjb/opflex/scripts/libuv-build.sh b/jjb/opflex/scripts/libuv-build.sh deleted file mode 100644 index dfa16f980..000000000 --- a/jjb/opflex/scripts/libuv-build.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2017 The Linux Foundation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -echo "---> scripts/libuv-build.sh" - -set -e -set -x - -./autogen.sh -ROOT=/tmp/opflex-prefix -./configure --prefix=$ROOT -mkdir install-root -DESTDIR=$(pwd)/install-root make clean install -pushd install-root -tar cvzf "libuv-$LIBUV_VERSION.tar.gz" -- * -# Move tarball to dir of files that will be uploaded to Nexus -UPLOAD_FILES_PATH="$WORKSPACE/upload_files" -mkdir -p "$UPLOAD_FILES_PATH" -mv -- *.tar.gz "$_" -popd