Skip to content

Commit 2a9dea4

Browse files
committed
CD: don't build a Windows debug static version of libOpenCOR.
Indeed, this results in the following linking error message: src\libOpenCORd.lib : fatal error LNK1248: image size (1003F939E) exceeds maximum allowable size (FFFFFFFF) IOW, the static library is more than 4GB big and even though we are on a 64-bit machine, we can't seem to be able to build a static library that is more than 4GB big on Windows...
1 parent 3e5d976 commit 2a9dea4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
arch: amd64
2121
build_type: Release
2222
shared_libs: OFF
23-
- name: 'Windows static library (Intel) (Debug)'
24-
os: windows-2022
25-
arch: amd64
26-
build_type: Debug
27-
shared_libs: OFF
2823
- name: 'Windows shared library (Intel) (Release)'
2924
os: windows-2022
3025
arch: amd64
@@ -40,11 +35,6 @@ jobs:
4035
arch: amd64_arm64
4136
build_type: Release
4237
shared_libs: OFF
43-
- name: 'Windows static library (ARM) (Debug)'
44-
os: windows-2022
45-
arch: amd64_arm64
46-
build_type: Debug
47-
shared_libs: OFF
4838
- name: 'Windows shared library (ARM) (Release)'
4939
os: windows-2022
5040
arch: amd64_arm64

0 commit comments

Comments
 (0)