From 9dbad500bc66b9a7cae41e3c3a04ac112440dbb9 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sat, 1 Aug 2020 00:01:12 +0200 Subject: Move Python 2.6 unit tests to Github Actions (#17279) * Run Python2.6 unit tests on Github Actions * Skip url tests on Python 2.6 to reduce waiting times * Skip foreground background tests on Python 2.6 to reduce waiting times * Removed references to Travis in the documentation * Deleted install_patchelf.sh (can be installed from repo on CentOS 6) --- share/spack/qa/install_patchelf.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 share/spack/qa/install_patchelf.sh (limited to 'share') diff --git a/share/spack/qa/install_patchelf.sh b/share/spack/qa/install_patchelf.sh deleted file mode 100755 index 7660ba8eef..0000000000 --- a/share/spack/qa/install_patchelf.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other -# Spack Project Developers. See the top-level COPYRIGHT file for details. -# -# SPDX-License-Identifier: (Apache-2.0 OR MIT) - -# -# Description: -# Install patchelf for use in buildcache unit tests -# -# Usage: -# install-patchelf.sh -# -set -ex -if [ "$TRAVIS_OS_NAME" = "linux" ]; then - olddir=$PWD - cd /tmp - wget https://github.com/NixOS/patchelf/archive/0.10.tar.gz - tar -xvf 0.10.tar.gz - cd patchelf-0.10 && ./bootstrap.sh && ./configure --prefix=/usr && make && sudo make install && cd $olddir -fi -- cgit v1.2.3-70-g09d2