Skip to content

Commit

Permalink
rebuilding on Ubuntu 24.04 æsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Aug 30, 2024
1 parent adcdeb9 commit 90a5703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

strategy:
matrix:
linux-version: [ 'amazonlinux:2022' ]
linux-version: [ 'amazonlinux:2022', 'ubuntu:24.04' ]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions deps/libnetcdf/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
#define USE_HDF5 1
#define USE_NETCDF4 1
#define USE_NETCDF_2 1

#ifdef __GNUC_PREREQ
#if __GNUC_PREREQ(2, 38)
#define HAVE_STRLCAT 1
#endif
#endif

#ifdef WIN32
Expand Down

0 comments on commit 90a5703

Please sign in to comment.