Disable GTK macOS builds (#512)

Errors started cropping up during CI runs on https://github.com/TokamakUI/Tokamak/pull/511. I think it's better to disable this job until we find a good way to fix it. It wasn't a job required for merging PRs anyway, as GTK renderer is currently experimental.
This commit is contained in:
Max Desiatov 2022-09-02 13:43:08 +01:00 committed by GitHub
parent 47c5a05068
commit e7e318e64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 14 deletions

View File

@ -76,20 +76,21 @@ jobs:
name: Failed snapshots
path: '*Tests'
gtk_macos_build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Build the GTK renderer on macOS
shell: bash
run: |
set -ex
sudo xcode-select --switch /Applications/Xcode_13.4.1.app/Contents/Developer/
brew install gtk+3
make build
# FIXME: disabled due to build errors, to be investigated
# gtk_macos_build:
# runs-on: macos-12
#
# steps:
# - uses: actions/checkout@v2
# - name: Build the GTK renderer on macOS
# shell: bash
# run: |
# set -ex
# sudo xcode-select --switch /Applications/Xcode_13.4.1.app/Contents/Developer/
#
# brew install gtk+3
#
# make build
gtk_ubuntu_18_04_build:
runs-on: ubuntu-latest