Skip to content

Commit 1ccfaec

Browse files
committed
ci: remove windows
The FDB community is officially discontinuing the Windows build (see apple/foundationdb#5135 for more info). We cannot download msi packages as they were removed from official sites. As the `windows-latest` is mandatory for any PR, this commit is removing the `windows-latest` from Github actions. We may add it back later to use community build.
1 parent a7a5881 commit 1ccfaec

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
os: [ubuntu-latest, macos-latest]
1212
toolchain: ["1.40.0", "stable"]
1313

1414
runs-on: ${{ matrix.os }}
@@ -24,12 +24,6 @@ jobs:
2424
- name: Install FoundationDB
2525
uses: Clikengo/foundationdb-actions-install@v1
2626

27-
- name: Install Clang
28-
if: matrix.os == 'windows-latest'
29-
run: |
30-
curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe
31-
7z x LLVM9.exe -y -o"C:/Program Files/LLVM"
32-
3327
- name: Install Rust toolchain
3428
uses: actions-rs/toolchain@v1
3529
with:

0 commit comments

Comments
 (0)