Skip to content

Commit 6d07082

Browse files
authored
Merge pull request #5436 from martin-frbg/update_osx_ci
Update Mac CI jobs as cmake is preinstalled in the runner images now
2 parents 06c09de + 1c7251c commit 6d07082

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/apple_m.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
elif [ "$RUNNER_OS" == "macOS" ]; then
4545
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
4646
brew reinstall gcc
47-
brew install coreutils cmake ccache
47+
brew install coreutils ccache
4848
brew install llvm
4949
else
5050
echo "::error::$RUNNER_OS not supported"

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
elif [ "$RUNNER_OS" == "macOS" ]; then
5050
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
5151
brew reinstall gcc
52-
brew install coreutils cmake ccache
52+
brew install coreutils ccache
5353
else
5454
echo "::error::$RUNNER_OS not supported"
5555
exit 1

Makefile.system

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,9 @@ CCOMMON_OPT += -Wl,-ld_classic
442442
FCOMMON_OPT += -Wl,-ld_classic
443443
endif
444444
ifeq (x$(XCVER), x 16)
445-
ifeq ($(F_COMPILER), GFORTRAN)
446445
override CEXTRALIB := $(filter-out(-lto_library, $(CEXTRALIB)))
447446
endif
448447
endif
449-
endif
450448

451449
ifneq (,$(findstring $(OSNAME), FreeBSD OpenBSD DragonFly))
452450
MD5SUM = md5 -r

0 commit comments

Comments
 (0)