-
added a
rustup updateinto build and test step and it fixes bugset -e + rustup update # Set CARGO_HOME to cache folder so that downloaded artifacts can be populated there. Note that we cannot cache '/root/.cargo' directly as cache folder will be mounted from an empty folder initially export CARGO_HOME=/root/.cache/cargo mkdir -p .config cat << EOF > .config/nextest.toml [profile.default.junit] path = "test-result.xml" store-success-output = true store-failure-output = true EOF cargo llvm-cov nextest --lcov --output-path lcov.info lcov_cobertura lcov.info -o coverage.xml # cargo clippy --message-format=json > check-result.json # Make sure all files inside $CARGO_HOME is accessible by OneDev outside of container for cache upload chmod -R o+r $CARGO_HOME -
Image rebuilt with latest cargo version and this issue should have been addressed. The new release will be available in next major release of OneDev to be released early next month.
-
Previous Value Current Value Open
Closed
-
Legend thanks @robin
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
1.0.3
|
| Labels |
No labels
|
Issue Votes (0)
Error from needing the 2024 edition flag.