Disable offline builds ##ci

* it seems to be a problem in gh now
This commit is contained in:
pancake 2022-04-08 22:22:04 +02:00 committed by GitHub
parent 64a82e284d
commit 932659f0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -9,20 +9,20 @@ on:
# - cron: '0 0 * * 1'
jobs:
build-offline:
name: linux-offline
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Building r2 without network access
run: |
./preconfigure
echo UNPLUG
sudo rm -f /etc/resolv.conf || true
ping av.com || true
./configure --with-rpath --prefix=/usr
make -j ; sudo make install
# build-offline:
# name: linux-offline
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Building r2 without network access
# run: |
# ./preconfigure
# echo UNPLUG
# sudo rm -f /etc/resolv.conf || true
# ping av.com || true
# ./configure --with-rpath --prefix=/usr
# make -j ; sudo make install
build-oldlibs:
name: linux-acr-oldlibsbug
runs-on: ubuntu-20.04