We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building on a system that has no relevant toolchains installed, a test is run outside the container even on docker builds, printing:
No RISC-V toolchain detected. Make sure a RISC-V toolchain is installed.
Install a bare system (without any riscv*-gcc installed). Run:
riscv*-gcc
$ make -C examples/hello-world BUILD_IN_DOCKER=1 BOARD=hifive1b make: Entering directory '/tmp/RIOT/examples/hello-world' /tmp/RIOT/makefiles/arch/riscv.inc.mk:37: *** No RISC-V toolchain detected. Make sure a RISC-V toolchain is installed.. Stop. make: Leaving directory '/tmp/RIOT/examples/hello-world'
The test should be performed inside the actual build environment, not outside.
[edit: Assigning to whomever git blame reported, as I'm currently tracking down different urgent issues to get CI running again]
git blame
The text was updated successfully, but these errors were encountered:
maribu
Successfully merging a pull request may close this issue.
Description
When building on a system that has no relevant toolchains installed, a test is run outside the container even on docker builds, printing:
Steps to reproduce the issue
Install a bare system (without any
riscv*-gcc
installed). Run:Expected results
The test should be performed inside the actual build environment, not outside.
[edit: Assigning to whomever
git blame
reported, as I'm currently tracking down different urgent issues to get CI running again]The text was updated successfully, but these errors were encountered: