Skip to content

Commit

Permalink
mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Dec 19, 2024
1 parent 4caf96a commit a6a2a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: Run MSYS2, MinGW64-based Tests (Not Visual Studio)

env:
#CPPFLAGS: "-D_BSD_SOURCE"
REMOTETESTDOWN: no
CPPFLAGS: "-D_BSD_SOURCE"
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}

on: [push,pull_request,workflow_dispatch]

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: cat libnetcdf.settings

- name: (Autotools) Build Library and Utilities
run: make -j 8 LDFLAGS="-Wl,--export-all-symbols" CFLAGS="-O0 -fsanitize=address -fno-omit-frame-pointer"
run: make -j 8 LDFLAGS="-Wl,--export-all-symbols"
if: ${{ success() }}

- name: Check for plugins
Expand Down
1 change: 0 additions & 1 deletion libdispatch/dplugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ nc_plugin_path_set(NCPluginList* dirs)
assert(gs->pluginpaths != NULL);
for(i=0;i<dirs->ndirs;i++) {
nclistpush(gs->pluginpaths,nulldup(dirs->dirs[i]));
if(gs->pluginpaths->content[0] < (char*)1000) abort();
}
}

Expand Down

0 comments on commit a6a2a1b

Please sign in to comment.