Skip to content

Commit c9c85b4

Browse files
committed
f
Change-Id: I425a61c01b4d9f2c3a3cd728e80d7622b1f49845
1 parent 3bc13f7 commit c9c85b4

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.github/workflows/ci-aarch64.yml

+42-42
Original file line numberDiff line numberDiff line change
@@ -34,48 +34,48 @@ concurrency:
3434
permissions: read-all
3535

3636
jobs:
37-
# macos:
38-
# name: macOS
39-
# runs-on: macos-14
40-
# strategy:
41-
# matrix:
42-
# toolset: [clang, gcc]
43-
# config: [Debug, Release]
44-
45-
# steps:
46-
# - name: Checkout oneDNN
47-
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48-
# with:
49-
# path: oneDNN
50-
51-
# - name: Install Scons
52-
# uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
53-
# with:
54-
# packages: scons
55-
56-
# - name: Build ACL
57-
# run: ${{ github.workspace }}/oneDNN/.github/automation/build_acl.sh
58-
# env:
59-
# ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
60-
# BUILD_TOOLSET: ${{ matrix.toolset }}
61-
# ACL_CONFIG: ${{ matrix.config }}
62-
# GCC_VERSION: 14
63-
64-
# - name: Build oneDNN
65-
# run: ${{ github.workspace }}/oneDNN/.github/automation/build_aarch64.sh
66-
# working-directory: ${{ github.workspace }}/oneDNN
67-
# env:
68-
# ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
69-
# BUILD_TOOLSET: ${{ matrix.toolset }}
70-
# CMAKE_BUILD_TYPE: ${{ matrix.config }}
71-
# GCC_VERSION: 14
72-
73-
# - name: Run oneDNN smoke tests
74-
# run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
75-
# working-directory: ${{ github.workspace }}/oneDNN/build
76-
# env:
77-
# CMAKE_BUILD_TYPE: ${{ matrix.config }}
78-
# DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
37+
macos:
38+
name: macOS
39+
runs-on: macos-14
40+
strategy:
41+
matrix:
42+
toolset: [clang, gcc]
43+
config: [Debug, Release]
44+
45+
steps:
46+
- name: Checkout oneDNN
47+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+
with:
49+
path: oneDNN
50+
51+
- name: Install Scons
52+
uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
53+
with:
54+
packages: scons
55+
56+
- name: Build ACL
57+
run: ${{ github.workspace }}/oneDNN/.github/automation/build_acl.sh
58+
env:
59+
ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
60+
BUILD_TOOLSET: ${{ matrix.toolset }}
61+
ACL_CONFIG: ${{ matrix.config }}
62+
GCC_VERSION: 14
63+
64+
- name: Build oneDNN
65+
run: ${{ github.workspace }}/oneDNN/.github/automation/build_aarch64.sh
66+
working-directory: ${{ github.workspace }}/oneDNN
67+
env:
68+
ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
69+
BUILD_TOOLSET: ${{ matrix.toolset }}
70+
CMAKE_BUILD_TYPE: ${{ matrix.config }}
71+
GCC_VERSION: 14
72+
73+
- name: Run oneDNN smoke tests
74+
run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
75+
working-directory: ${{ github.workspace }}/oneDNN/build
76+
env:
77+
CMAKE_BUILD_TYPE: ${{ matrix.config }}
78+
DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
7979

8080
# We only run the linux aarch64 runners if macOS smoke tests pass.
8181
linux:

0 commit comments

Comments
 (0)