Skip to content

Commit 802947e

Browse files
Disable windows CI while broken (#508)
1 parent 09a6714 commit 802947e

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ jobs:
6868
python: '3.11'
6969
triplet: x64-osx-mixed
7070

71-
- runs-on: windows-latest
72-
python: '3.7'
73-
triplet: x64-windows
74-
- runs-on: windows-latest
75-
python: '3.8'
76-
triplet: x64-windows
77-
- runs-on: windows-latest
78-
python: '3.9'
79-
triplet: x64-windows
80-
- runs-on: windows-latest
81-
python: '3.10'
82-
triplet: x64-windows
83-
- runs-on: windows-latest
84-
python: '3.11'
85-
triplet: x64-windows
71+
# - runs-on: windows-latest
72+
# python: '3.7'
73+
# triplet: x64-windows
74+
# - runs-on: windows-latest
75+
# python: '3.8'
76+
# triplet: x64-windows
77+
# - runs-on: windows-latest
78+
# python: '3.9'
79+
# triplet: x64-windows
80+
# - runs-on: windows-latest
81+
# python: '3.10'
82+
# triplet: x64-windows
83+
# - runs-on: windows-latest
84+
# python: '3.11'
85+
# triplet: x64-windows
8686
env:
8787
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
8888
runs-on: ${{ matrix.runs-on }}

cmake/custom-triplets/x64-linux-mixed.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
set(VCPKG_TARGET_ARCHITECTURE x64)
2+
3+
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
4+
25
if(PORT MATCHES "sdl")
36
set(VCPKG_LIBRARY_LINKAGE dynamic)
47
set(VCPKG_CRT_LINKAGE dynamic)
58
else()
69
set(VCPKG_LIBRARY_LINKAGE static)
710
set(VCPKG_CRT_LINKAGE static)
811
endif()
9-
10-
set(VCPKG_CMAKE_SYSTEM_NAME Linux)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "arcade-learning-environment",
44
"version": "0.8.1",
55
"dependencies": [

0 commit comments

Comments
 (0)