Uh oh!
There was an error while loading. Please reload this page.
Fix LegacyKeyValueFormat report from docker build: disabled - #153224
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ENV RUST_CONFIGURE_ARGS--enable-extended | ||
| ENV SCRIPTpython3 ../x.py dist --host='' --target x86_64-unknown-redox | ||
| ENV RUST_CONFIGURE_ARGS="--enable-extended" | ||
| ENV SCRIPT="python3 ../x.py dist --host= --target x86_64-unknown-redox" |
There was a problem hiding this comment.
why you edited --host='' to --host=?
same in riscv.
There was a problem hiding this comment.
I explained it in #153224 (comment)
Note that if I preserve the '' I have a different output:
SCRIPT_SOURCE=python3 ../x.py --stage 2 test --host= --target riscv64gc-unknown-linux-gnu
SCRIPT_TARGET=python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
From my understanding docker is parsing the quotes with the previous syntax while it does not touch them with the new one.
marcoieni
commented
Mar 3, 2026
The disabled jobs can't run in CI. So I will just approve this without running |
marcoieni
commented
Mar 4, 2026
@bors r+ rollup=always |
Rollup of 5 pull requests Successful merges: - #153341 (std: refactor Xous startup code) - #152816 (Check for region dependent goals on type_op itself as well) - #153224 (Fix LegacyKeyValueFormat report from docker build: disabled) - #153274 (Fix async drop multi crate crash) - #153324 (fix autodiff parsing for non-trait impl)
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #153224 - homersimpsons:chore/fix-LegacyKeyValueFormat-disabled, r=marcoieni Fix LegacyKeyValueFormat report from docker build: disabled Part of #152305 Following #153109 r? @marcoieni
Part of #152305
Following #153109
r? @marcoieni