Enable RISC-V 64-bit Cross-Compiling Support for ONNX Runtime on Linux #25487
lint.yml
on: pull_request
Optional Lint
38s
Python format
5m 8s
Lint C++
22m 47s
Lint JavaScript
26s
Annotations
3 errors and 15 warnings
Optional Lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Optional Lint
Process completed with exit code 1.
|
Python format
Process completed with exit code 1.
|
Optional Lint:
tools/scripts/build_riscv64.sh#L32
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:32:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L33
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:33:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L42
[shellcheck] reported by reviewdog 🐶
read without -r will mangle backslashes.
Raw Output:
./tools/scripts/build_riscv64.sh:42:1: info: read without -r will mangle backslashes. (ShellCheck.SC2162)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L59
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:59:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L60
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Raw Output:
./tools/scripts/build_riscv64.sh:60:8: info: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (ShellCheck.SC2181)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L79
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:79:18: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L80
[shellcheck] reported by reviewdog 🐶
read without -r will mangle backslashes.
Raw Output:
./tools/scripts/build_riscv64.sh:80:5: info: read without -r will mangle backslashes. (ShellCheck.SC2162)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L93
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:93:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L103
[shellcheck] reported by reviewdog 🐶
read without -r will mangle backslashes.
Raw Output:
./tools/scripts/build_riscv64.sh:103:1: info: read without -r will mangle backslashes. (ShellCheck.SC2162)
|
Optional Lint:
tools/scripts/build_riscv64.sh#L120
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/scripts/build_riscv64.sh:120:9: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|