Skip to content

Commit a75f273

Browse files
committed
Disable ubuntu compute CI
1 parent 8eff121 commit a75f273

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/compute.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,25 @@ on:
77
branches: [main]
88

99
jobs:
10-
compute_ubuntu_build:
11-
name: Build with Compute on Ubuntu
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
swift_version: ["6.1.3"]
16-
runs-on: ubuntu-22.04
17-
env:
18-
OPENATTRIBUTEGRAPH_WERROR: 1
19-
OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE: 1
20-
OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST: 0
21-
container: swift:${{ matrix.swift_version }}-jammy
22-
steps:
23-
- uses: actions/checkout@v4
24-
- name: Checkout Swift headers
25-
uses: ./.github/actions/checkout-swift-headers
26-
- name: Build in debug mode
27-
run: swift build -c debug
10+
# TODO: Enable once Compute binary is available for Linux or source integration is supported
11+
# compute_ubuntu_build:
12+
# name: Build with Compute on Ubuntu
13+
# strategy:
14+
# fail-fast: false
15+
# matrix:
16+
# swift_version: ["6.1.3"]
17+
# runs-on: ubuntu-22.04
18+
# env:
19+
# OPENATTRIBUTEGRAPH_WERROR: 1
20+
# OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE: 1
21+
# OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST: 0
22+
# container: swift:${{ matrix.swift_version }}-jammy
23+
# steps:
24+
# - uses: actions/checkout@v4
25+
# - name: Checkout Swift headers
26+
# uses: ./.github/actions/checkout-swift-headers
27+
# - name: Build in debug mode
28+
# run: swift build -c debug
2829

2930
compute_macos_build:
3031
name: Build with Compute on macOS

0 commit comments

Comments
 (0)