Skip to content

Commit dc113c8

Browse files
Elizabeth PerlRick-Methot-NOAA
authored andcommitted
try updated with new static build
1 parent 94f3bd0 commit dc113c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ss3-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Use R to parse warnings output and determine if amount of warnings has changed
7171
run: |
7272
txt <- readLines("warnings.txt", encoding = "UTF-8")
73-
warn_line <- grep(pattern = "g++ -c -std=c++17 -O3 -Wall -Wextra -D_USE_MATH_DEFINES -DUSE_ADMB_CONTRIBS", x = txt, fixed = TRUE)
73+
warn_line <- grep(pattern = "g++ -c -std=c++17 -O3 -Wall -Wextra -static-libstdc++ -static-libgcc -D_USE_MATH_DEFINES -DUSE_ADMB_CONTRIBS", x = txt, fixed = TRUE)
7474
end_warn_line <- grep(pattern = "*** Linking: ss3.obj ", x = txt, fixed = TRUE)
7575
if (length(warn_line) == 1 & length(end_warn_line) == 1) {
7676
txt <- txt[(warn_line+3):(end_warn_line-1)]

0 commit comments

Comments
 (0)