Skip to content

Commit b4cca3c

Browse files
committed
260203.182036.CET [skip ci] update install_flang
1 parent 7da893d commit b4cca3c

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/scripts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/test_flang.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,19 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-latest]
33+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
3434
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
3535
fflags: [-O1, -O2, -O3, -g, -fast]
3636
testdim: [small, big]
3737

3838
steps:
3939

4040
- name: Run `sudo apt update -y`
41+
if: startsWith(matrix.os, 'ubuntu')
4142
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4243

4344
- name: Free disk space
45+
if: startsWith(matrix.os, 'ubuntu')
4446
uses: jlumbroso/free-disk-space@main
4547
with:
4648
# all of these default to true, but feel free to set to "false" if necessary for your workflow

tests.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,16 @@ to distribute this large amount of tests to multiple Team accounts as follows.
7676

7777
- [![Parallel test, MATLAB](https://github.com/zequipe/prima/actions/workflows/parallel_test_matlab.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/parallel_test_matlab.yml)
7878
- [![Recursive test, MATLAB](https://github.com/zequipe/prima/actions/workflows/recursive_test_matlab.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/recursive_test_matlab.yml)
79-
- [![Test Flang](https://github.com/zequipe/prima/actions/workflows/test_flang.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/test_flang.yml)
80-
- [![Test Flang in AMD AOCC](https://github.com/zequipe/prima/actions/workflows/test_aflang.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/test_aflang.yml)
81-
- [![Test nvfortran](https://github.com/zequipe/prima/actions/workflows/test_nvfortran.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/test_nvfortran.yml)
8279
- [![Test Oracle sunf95](https://github.com/zequipe/prima/actions/workflows/test_sunf95.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/test_sunf95.yml)
8380
- [![Test g95](https://github.com/zequipe/prima/actions/workflows/test_g95.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/test_g95.yml)
8481
- [![Test RESCUE and IDZ, classical](https://github.com/zequipe/prima/actions/workflows/profile_rescue_idz_classical.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/profile_rescue_idz_classical.yml)
8582
- [![Test RESCUE and IDZ, modernized](https://github.com/zequipe/prima/actions/workflows/profile_rescue_idz_modernized.yml/badge.svg)](https://github.com/zequipe/prima/actions/workflows/profile_rescue_idz_modernized.yml)
8683

8784
- [Tests](https://github.com/equipez/prima/actions) at [equipez/prima](https://github.com/equipez/prima)
8885

89-
- [![CMake build on Raspberry Pi](https://github.com/equipez/prima/actions/workflows/cmake_pi.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/cmake_pi.yml)
90-
- [![Test gfortran on Raspberry Pi](https://github.com/equipez/prima/actions/workflows/test_gfortran_pi64.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_gfortran_pi64.yml)
91-
- [![Test Flang on Raspberry Pi](https://github.com/equipez/prima/actions/workflows/test_flang_pi.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_flang_pi.yml)
86+
- [![Test nvfortran](https://github.com/equipez/prima/actions/workflows/test_nvfortran.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_nvfortran.yml)
87+
- [![Test Flang](https://github.com/equipez/prima/actions/workflows/test_flang.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_flang.yml)
88+
- [![Test Flang in AMD AOCC](https://github.com/equipez/prima/actions/workflows/test_aflang.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_aflang.yml)
9289
- [![Test Arm Flang](https://github.com/equipez/prima/actions/workflows/test_armflang.yml/badge.svg)](https://github.com/equipez/prima/actions/workflows/test_armflang.yml)
9390

9491
- [Tests](https://github.com/s-prima/prima/actions) at [s-prima/prima](https://github.com/s-prima/prima)

0 commit comments

Comments
 (0)