Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
#container: snowstep/llvm:debian-12-latest

# https://hub.docker.com/r/phhargrove/llvm-flang/tags
- os: ubuntu-26.04-arm
compiler: flang
version: 23
container: phhargrove/llvm-flang:23.1.0_rc3-latest-arm64

- os: ubuntu-24.04
compiler: flang
version: 23
Expand Down Expand Up @@ -225,6 +230,11 @@ jobs:
version: 22
network: udp
container: phhargrove/llvm-flang:22.1.0-latest
- os: ubuntu-26.04-arm
compiler: flang
network: udp
version: 23
container: phhargrove/llvm-flang:23.1.0_rc3-latest-arm64
- os: ubuntu-24.04
compiler: flang
version: 23
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ elif echo "build test run install" | grep -w -q -e "\$fpm_sub_cmd" ; then
"\$@"
elif echo "set-native" | grep -w -q -e "\$fpm_sub_cmd" ; then
set -e
mkdir -p build
cmd="\$FC \$RAWFLAGS app/print-native-flags.F90 -o build/print-native-flags $APPEND_LDFLAGS"
eval \$cmd || (set -x ; eval \$cmd)
NATIVEFLAGS="\`build/print-native-flags\`"
Expand Down
Loading