Skip to content

Commit

Permalink
building test
Browse files Browse the repository at this point in the history
  • Loading branch information
tunmx committed Dec 23, 2024
1 parent aee57c3 commit 0722a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Wheels

on:
push:
branches: ["feature/rv1106"]
branches: ["release/wheels"]
pull_request:
branches: ["feature/rv1106"]
branches: ["release/wheels"]

env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion command/build_cross_rv1106_armhf_uclibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export MNN_CUSTOM_SOURCE="$CACHE_DIR/MNN-2.3.0"
echo "MNN_CUSTOM_SOURCE: ${MNN_CUSTOM_SOURCE}"
cd ${SCRIPT_DIR}

export ARM_CROSS_COMPILE_TOOLCHAIN=/root/arm-rockchip830-linux-uclibcgnueabihf/
# export ARM_CROSS_COMPILE_TOOLCHAIN=/root/arm-rockchip830-linux-uclibcgnueabihf/

BUILD_FOLDER_PATH="build/inspireface-linux-armv7-rv1106-armhf-uclibc${TAG}"

Expand Down

0 comments on commit 0722a9d

Please sign in to comment.