We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506ceb commit dfcf5a4Copy full SHA for dfcf5a4
.automation/build.py
@@ -451,7 +451,7 @@ def build_dockerfile(
451
+ "COPY --link --from=cargo-build /tmp/bin/* /bin/\n"
452
+ f'RUN ["/bin/' + '", "--help"]\nRUN ["/bin/'.join(prebuild_list) + '", "--help"]\n'
453
]
454
- docker_copy += [f"COPY --from=cargo /bin/* /usr/bin/"]
+ docker_copy += [f"COPY --link --from=cargo /bin/* /usr/bin/"]
455
keep_rustup = False
456
if len(cargo_packages) > 0:
457
rust_commands = []
0 commit comments