Skip to content

Commit 5909bcb

Browse files
authored
build: Rename aarch64_toolchain.cmake to arm64_toolchain.cmake (#51)
* build: Rename aarch64_toolchain.cmake to arm64_toolchain.cmake Signed-off-by: Dariusz Frankiewicz <5229380+dariusz-f@users.noreply.github.com> * build: Update build.yml file to use new arm toolchain Signed-off-by: Dariusz Frankiewicz <5229380+dariusz-f@users.noreply.github.com> --------- Signed-off-by: Dariusz Frankiewicz <5229380+dariusz-f@users.noreply.github.com>
1 parent 7bea2f4 commit 5909bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build ARM
6767
run: |
68-
cmake -DCMAKE_BUILD_TYPE=Release -S ${{github.workspace}} -B ${{github.workspace}}/build-arm -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DARM=TRUE -DCMAKE_SYSTEM_PROCESSOR=aarch64
68+
cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-arm -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/arm64_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
6969
cmake --build ${{github.workspace}}/build-arm
7070
7171
test-linux:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
1010
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
1111
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
1212

13-
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE arm64)
13+
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE arm64)

0 commit comments

Comments
 (0)