Skip to content

Commit

Permalink
ci: linters: test perf for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciak committed Feb 11, 2025
1 parent 04fbd0d commit c3f8266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/automation/build_linters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ "$ONEDNN_ACTION" == "configure" ]]; then
set -x
cmake \
-Bbuild -S. \
-DCMAKE_BUILD_TYPE=debug \
-DCMAKE_BUILD_TYPE=release \
-DONEDNN_BUILD_GRAPH=ON \
-DDNNL_EXPERIMENTAL=ON \
-DDNNL_EXPERIMENTAL_SPARSE=ON \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
pr-clang-tidy:
name: Clang-Tidy
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout oneDNN
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit c3f8266

Please sign in to comment.