Skip to content

Commit

Permalink
see if it is checking out the develop branch's f_check at all
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 30, 2025
1 parent c8af1cc commit 2202496
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,7 @@ jobs:
- script: |
brew update
brew install llvm flang
data=`/usr/local/Cellar/flang/19.1.7_1/bin/flang-new -v 2>&1 > /dev/null `
v="${data#*version *}"
v="${v%%*.}"
major="${v%%.*}"
echo $major
cat f_check
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/19.1.7_1/bin/flang-new
- job: OSX_OpenMP_Clang
Expand Down

0 comments on commit 2202496

Please sign in to comment.