Skip to content

Commit

Permalink
rename setup_ubuntu_build -> setup_build
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 17, 2024
1 parent 03998de commit 7b80196
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build_portBLAS_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:

# installs tools, ninja, installs llvm and sets up sccahe
- name: setup ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build

- name: Get Intel OneAPI BaseToolkit
shell: bash
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- "/.github/actions/build_portBLAS_action"
- "/.github/actions/build_portDNN_action"
- "/.github/actions/build_vgg_resnet_action"
- "/.github/actions/setup_ubuntu_build"
- "/.github/actions/setup_build"
schedule:
interval: "monthly"
groups:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_pr_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
paths:
- '.github/workflows/build_pr_cache.yml'
- '.github/actions/do_build_ock/**'
- '.github/actions/setup_ubuntu_build/**'
- '.github/actions/setup_build/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -32,7 +32,7 @@ jobs:

# installs tools, ninja and installs llvm (default 17, RelAssert) and sets up cache
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
save: true
llvm_version: 18
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# installs tools, ninja and installs llvm (default 17, RelAssert) and sets up cache
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
save: true
llvm_version: 18
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

# installs tools, ninja and installs llvm (default 17, RelAssert) and sets up cache
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
save: true
llvm_version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# installs tools, ninja, installs llvm and sets up sccache
- name: Setup ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: 17
llvm_build_type: Release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cmake/**
- hal/**
- .github/actions/do_build_ock/**
- .github/actions/setup_ubuntu_build/**
- .github/actions/setup_build/**
- .github/workflows/pull_request.yml
- CMakeLists.txt
concurrency:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Checkout repo
uses: actions/[email protected]
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: '18'
llvm_build_type: RelAssert
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

# installs tools, ninja, installs llvm and sets up sccahe
- name: setup-windows
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: 19
llvm_build_type: RelAssert
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ock_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# installs tools, ninja, installs llvm and sets up sccahe
- name: setup ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: 17
llvm_build_type: RelAssert
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'cmake/**'
- 'hal/**'
- '.github/actions/do_build_ock/**'
- '.github/actions/setup_ubuntu_build/**'
- '.github/actions/setup_build/**'
- '.github/workflows/run_pr_tests.yml'
- 'CMakeLists.txt'

Expand All @@ -35,7 +35,7 @@ jobs:

# installs tools, ninja, installs llvm and sets up sccahe
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: 18
llvm_build_type: RelAssert
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

# installs tools, ninja, installs llvm and sets up sccahe
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
uses: ./.github/actions/setup_build
with:
llvm_version: 18
llvm_build_type: RelAssert
Expand Down

0 comments on commit 7b80196

Please sign in to comment.