Skip to content

Commit 53fb7fb

Browse files
committed
wip
1 parent fc2e9c5 commit 53fb7fb

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,20 @@ jobs:
4444
- name: xcodebuild ${{ matrix.scheme }}
4545
run: make DERIVED_DATA_PATH=~/.derivedData SCHEME="${{ matrix.scheme }}" xcodebuild-raw
4646

47-
linux:
48-
name: Linux
49-
strategy:
50-
matrix:
51-
swift:
52-
- '6.1'
53-
runs-on: ubuntu-latest
54-
container: swift:${{ matrix.swift }}
55-
steps:
56-
- uses: actions/checkout@v4
57-
- name: Install Build Dependencies
58-
run: |
59-
apt-get update
60-
apt-get install -y libsqlite3-dev
61-
- name: Build
62-
run: swift build
47+
# Bring back when GRDB successfully compiles on Linux again
48+
# linux:
49+
# name: Linux
50+
# strategy:
51+
# matrix:
52+
# swift:
53+
# - '6.1'
54+
# runs-on: ubuntu-latest
55+
# container: swift:${{ matrix.swift }}
56+
# steps:
57+
# - uses: actions/checkout@v4
58+
# - name: Install Build Dependencies
59+
# run: |
60+
# apt-get update
61+
# apt-get install -y libsqlite3-dev
62+
# - name: Build
63+
# run: swift build

0 commit comments

Comments
 (0)