summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-05-04 11:21:52 +0100
committerfalkTX <falktx@falktx.com>2022-05-04 11:21:52 +0100
commite60daa40a8c5f0f0287887fc75e9a889eb1876dc (patch)
tree81038f9de15ee4ab9f1e40b4c95a3376e1d9fbcf
parentfb5da39783e8d399ce495be25dfe0b9c7d28b6f0 (diff)
downloadjack2-e60daa40a8c5f0f0287887fc75e9a889eb1876dc.tar.gz
comment out ubuntu-20.04 CI build for now
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--.github/workflows/build.yml88
1 files changed, 44 insertions, 44 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ad55a0c5..3c7831c2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -273,47 +273,47 @@ jobs:
path: windows/inno/jack2-*.exe
# ubuntu-20.04
- ubuntu_20_04:
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: recursive
- - name: Set up cache
- uses: actions/cache@v2
- with:
- path: |
- ~/debs
- key: ubuntu-20.04-v${{ env.CACHE_VERSION }}
- - name: Restore debian packages cache
- run: |
- if [ -d ~/debs ] && [ "$(ls ~/debs | wc -l)" -ne 0 ]; then \
- sudo cp ~/debs/*.deb /var/cache/apt/archives/; \
- fi
- - name: Set up dependencies
- run: |
- sudo add-apt-repository -y ppa:ubuntustudio-ppa/backports
- sudo sed -i "s/# deb-src/deb-src/" /etc/apt/sources.list /etc/apt/sources.list.d/*.list
- sudo apt-get update -qq
- sudo apt-get build-dep jackd2
- sudo apt-get install devscripts
- - name: Cache debian packages
- run: |
- mkdir -p ~/debs && \
- sudo mv /var/cache/apt/archives/*.deb ~/debs/
- - name: Set sha8
- id: slug
- run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
- - name: Build jack2 packages
- shell: bash
- run: |
- apt-get source -d jackd2
- tar xf *.debian.tar.xz
- rm -rf debian/source
- sed -i "s|--prefix=/usr --classic|--prefix=/usr --example-tools --classic|" debian/rules
- dch -M -b -v "$(cat wscript | awk 'sub("^VERSION = ","")' | tr -d "'")~$(date +"%Y%m%d")git${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}" -D focal "automated build"
- debuild -rfakeroot --no-lintian || true
- - uses: actions/upload-artifact@v2
- with:
- name: jack2-ubuntu-20.04-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
- path: ~/work/jack2/*.deb
+ #ubuntu_20_04:
+ #runs-on: ubuntu-20.04
+ #steps:
+ #- uses: actions/checkout@v2
+ #with:
+ #submodules: recursive
+ #- name: Set up cache
+ #uses: actions/cache@v2
+ #with:
+ #path: |
+ #~/debs
+ #key: ubuntu-20.04-v${{ env.CACHE_VERSION }}
+ #- name: Restore debian packages cache
+ #run: |
+ #if [ -d ~/debs ] && [ "$(ls ~/debs | wc -l)" -ne 0 ]; then \
+ #sudo cp ~/debs/*.deb /var/cache/apt/archives/; \
+ #fi
+ #- name: Set up dependencies
+ #run: |
+ #sudo add-apt-repository -y ppa:ubuntustudio-ppa/backports
+ #sudo sed -i "s/# deb-src/deb-src/" /etc/apt/sources.list /etc/apt/sources.list.d/*.list
+ #sudo apt-get update -qq
+ #sudo apt-get build-dep jackd2
+ #sudo apt-get install devscripts
+ #- name: Cache debian packages
+ #run: |
+ #mkdir -p ~/debs && \
+ #sudo mv /var/cache/apt/archives/*.deb ~/debs/
+ #- name: Set sha8
+ #id: slug
+ #run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
+ #- name: Build jack2 packages
+ #shell: bash
+ #run: |
+ #apt-get source -d jackd2
+ #tar xf *.debian.tar.xz
+ #rm -rf debian/source
+ #sed -i "s|--prefix=/usr --classic|--prefix=/usr --example-tools --classic|" debian/rules
+ #dch -M -b -v "$(cat wscript | awk 'sub("^VERSION = ","")' | tr -d "'")~$(date +"%Y%m%d")git${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}" -D focal "automated build"
+ #debuild -rfakeroot --no-lintian || true
+ #- uses: actions/upload-artifact@v2
+ #with:
+ #name: jack2-ubuntu-20.04-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
+ #path: ~/work/jack2/*.deb