Skip to content

Commit

Permalink
remove input files and unneeded depenendencies from image
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Sep 21, 2023
1 parent 49a8881 commit e6b4071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ RUN sed -i 's/connect_timeout: 10/connect_timeout: 600/' /opt/spack/etc/spack/de
FROM rockylinux:9

COPY --from=builder /opt/view/ /opt/view/
COPY --from=builder /opt/deps/ /opt/deps/
COPY --from=builder /opt/deps/linux-rocky9-haswell/gcc-12.3.0/ /opt/deps/linux-rocky9-haswell/gcc-12.3.0/

# leaving this out due to storage constraints
#
# input files used with --enable-input-tests
# need to be on the dev boxes if building
COPY ./fms_test_input /home/unit_tests_input
#COPY ./fms_test_input /home/unit_tests_input

RUN dnf install -y autoconf make automake m4 libtool pkg-config zip cmake git

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_autotools_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
conf-flag: [ --disable-openmp, --enable-mixed-mode, --disable-setting-flags, --with-mpi=no]
input-flag: [--with-yaml, --enable-test-input=/home/unit_tests_input]
input-flag: [--with-yaml, ""]
target-fcflags: [ "-O2 -fno-expensive-optimizations", "-O0 -g -W -fbounds-check -ffpe-trap=invalid,zero,overflow"] # prod, debug
target-cflags: [ "-O2", "-O0"] # prod, debug
exclude:
Expand Down

0 comments on commit e6b4071

Please sign in to comment.