Skip to content

Commit

Permalink
RISC-V: set git committer via environment (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin authored Oct 17, 2023
1 parent d0f18fc commit 0692b8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/OCV-Contrib-PR-4.x-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ env:
OPENCV_DOCKER_WORKDIR: '/home/ci/opencv'
PYTHONPATH: '/home/ci/build/python_loader:$PYTHONPATH'
TEST_RUNNER: '/opt/riscv/bin/qemu-riscv64 -cpu rv64,v=true,vext_spec=v1.0 -L /opt/riscv/sysroot'
GIT_COMMITTER_NAME: 'nouser'
GIT_COMMITTER_EMAIL: 'noemail'

jobs:
BuildAndTest:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/OCV-PR-4.x-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ env:
OPENCV_DOCKER_WORKDIR: '/home/ci/opencv'
PYTHONPATH: '/home/ci/build/python_loader:$PYTHONPATH'
TEST_RUNNER: '/opt/riscv/bin/qemu-riscv64 -cpu rv64,v=true,vext_spec=v1.0 -L /opt/riscv/sysroot'
GIT_COMMITTER_NAME: 'nouser'
GIT_COMMITTER_EMAIL: 'noemail'

jobs:
BuildAndTest:
Expand Down

0 comments on commit 0692b8b

Please sign in to comment.