FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

enable graniterapids tests, check for cpu_features file · EESSI/software-layer-scripts@5c594a3 · GitHub

use cpu_features to detect Granite Rapids and newer #453

use cpu_features to detect Granite Rapids and newer

use cpu_features to detect Granite Rapids and newer #453

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: Bot build script
on:
pull_request:
branches: [ "main" ]
jobs:
check_symlinks:
runs-on: ubuntu-latest
steps:
- name: Git clone software-layer and software-layer-scripts inside it
run: |
git clone https://github.com/EESSI/software-layer.git
cd software-layer
git clone https://github.com/EESSI/software-layer-scripts.git
- name: Run symlink commands
run: |
set -e
cd software-layer
for file in $(ls software-layer-scripts | egrep -v 'easystacks|LICENSE|README.md|^bot'); do
ln -s software-layer-scripts/${file}
done
for file in $(ls software-layer-scripts/bot | grep -v '^build.sh'); do
ln -s ../software-layer-scripts/bot/${file} bot/${file}
done

Back | FazBrowse Home | New Git URL