Skip to content

Commit

Permalink
add diffutils to image and remove install step
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 committed Jan 19, 2024
1 parent 3718d47 commit 0080f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY --from=builder /opt/deps/ /opt/deps/
# need to be on the dev boxes if building
COPY ./fms_test_input /home/unit_tests_input

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

ENV FC="mpifort"
ENV CC="mpicc"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github_mom_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
path: .testing/deps/fms/src
- name: Build FMS and MOM test suite
run: make -C .testing -j
- name: Install diff for testing
run: dnf install -y diffutils
- name: Run MOM tests
run: make -C .testing -j test

0 comments on commit 0080f19

Please sign in to comment.