Skip to content

Commit

Permalink
Remove ubuntu14 (#29)
Browse files Browse the repository at this point in the history
* remove_ubuntu14_from_ci

* update version
  • Loading branch information
dima-avdeev-jb authored Dec 8, 2022
1 parent b816be2 commit 614ff00
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: 'false'

env:
version: m105-adda216f-3
version: m105-adda216f-4

jobs:
macos:
Expand Down Expand Up @@ -69,34 +69,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-ubuntu14:
runs-on: ubuntu-latest
container: ubuntu:14.04
strategy:
matrix:
build_type: [ Release, Debug ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: sudo ./script/prepare_linux.sh
- run: sudo apt-get install binutils-2.26 -y
- run: python3 script/check_release.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} --classifier ubuntu14
if: ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: python3 script/checkout.py --version ${{ env.version }}
- run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/build.py --build-type ${{ matrix.build_type }}
- run: python3 script/archive.py --version ${{ env.version }} --classifier ubuntu14 --build-type ${{ matrix.build_type }}
- uses: actions/upload-artifact@v2
if: ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
with:
name: Skia-${{ env.version }}-linux-${{ matrix.build_type }}-x64-ubuntu14.zip
path: '*.zip'
- run: python3 script/release.py --version ${{ env.version }} --classifier ubuntu14 --build-type ${{ matrix.build_type }}
if: ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-wasm:
runs-on: ubuntu-latest
container: ubuntu:20.04
Expand Down

0 comments on commit 614ff00

Please sign in to comment.