From 7c09fd629d9f493e063ae3a5579411312c21ae16 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Mon, 30 Dec 2019 20:03:00 -0500 Subject: [PATCH] Remove temporary musl bootstrap tester No longer needed. Was only needed until the code under test was available as a nightly. See https://github.com/ponylang/ponyup/pull/60 --- .ci-scripts/test-bootstrap-musl.sh | 12 ------------ .github/workflows/pr.yml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100755 .ci-scripts/test-bootstrap-musl.sh diff --git a/.ci-scripts/test-bootstrap-musl.sh b/.ci-scripts/test-bootstrap-musl.sh deleted file mode 100755 index 730c772..0000000 --- a/.ci-scripts/test-bootstrap-musl.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -cat ponyup-init.sh | sh -s - -export PATH=$HOME/.local/share/ponyup/bin:$PATH -ponyup update ponyc nightly "--platform=musl" -ponyup update changelog-tool nightly -ponyup update corral nightly -ponyup update stable nightly - -make clean -make diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4378fc1..066459c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Bootstrap test - run: .ci-scripts/test-bootstrap-musl.sh + run: .ci-scripts/test-bootstrap.sh ubuntu-bootstrap: name: Test bootstrapping on Ubuntu