Skip to content

Commit e7e318e

Browse files
authored
Disable GTK macOS builds (#512)
Errors started cropping up during CI runs on #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.
1 parent 47c5a05 commit e7e318e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/ci.yml

+15-14
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,21 @@ jobs:
7676
name: Failed snapshots
7777
path: '*Tests'
7878

79-
gtk_macos_build:
80-
runs-on: macos-12
81-
82-
steps:
83-
- uses: actions/checkout@v2
84-
- name: Build the GTK renderer on macOS
85-
shell: bash
86-
run: |
87-
set -ex
88-
sudo xcode-select --switch /Applications/Xcode_13.4.1.app/Contents/Developer/
89-
90-
brew install gtk+3
91-
92-
make build
79+
# FIXME: disabled due to build errors, to be investigated
80+
# gtk_macos_build:
81+
# runs-on: macos-12
82+
#
83+
# steps:
84+
# - uses: actions/checkout@v2
85+
# - name: Build the GTK renderer on macOS
86+
# shell: bash
87+
# run: |
88+
# set -ex
89+
# sudo xcode-select --switch /Applications/Xcode_13.4.1.app/Contents/Developer/
90+
#
91+
# brew install gtk+3
92+
#
93+
# make build
9394

9495
gtk_ubuntu_18_04_build:
9596
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)