Skip to content

Commit 92f71ed

Browse files
authored
CI: Remove a few environment variables from Cygwin CMake build
Let's see if the build works without these. The export-everything is going to be the real test. LDFLAGS="-Wl,--export-all-symbols" MAKE=/usr/bin/make
1 parent 986b95c commit 92f71ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/run_tests_win_cygwin.yml

-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ jobs:
114114
MAKE: "/usr/bin/make"
115115
CXX: "/usr/bin/g++"
116116
run: |
117-
LDFLAGS="-Wl,--export-all-symbols" \
118-
MAKE=/usr/bin/make \
119117
/usr/bin/cmake \
120118
-G"Unix Makefiles" \
121119
-B build \

0 commit comments

Comments
 (0)