Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 6, 2023
1 parent 6f8c268 commit be0f98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_armv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
- name: Cross compile
run: |
export PATH=$CROSS_PATH_ARCH/bin:$PATH &&
export LDFLAGS="-Wl,-rpath-link,$CROSS_PATH_ARCH/$CROSS_ARCH/sys-root/lib" &&
debug=${{ inputs.debug && 'DEBUG=1' || '' }} &&
make -j $(nproc) BOARD=${{ inputs.board }} $debug
make -j $(nproc) BOARD=${{ inputs.board }} $debug CROSS_COMPILE=$CROSS_ARCH-
3 changes: 1 addition & 2 deletions .github/workflows/build_armv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Cross compile
run: |
export PATH=$CROSS_PATH_ARCH/bin:$PATH &&
export LDFLAGS="-Wl,-rpath-link,$CROSS_PATH_ARCH/$CROSS_ARCH/sys-root/lib" &&
debug=${{ inputs.debug && 'DEBUG=1' || '' }} &&
make -j $(nproc) BOARD=${{ inputs.board }} $debug
make -j $(nproc) BOARD=${{ inputs.board }} $debug CROSS_COMPILE=$CROSS_ARCH-

0 comments on commit be0f98e

Please sign in to comment.