Compare commits
No commits in common. "d19e9453c8606a8f1731a8b074d84d98645e8faf" and "49036a06824a867eba1c0c085c3a4380d619cad4" have entirely different histories.
d19e9453c8
...
49036a0682
4 changed files with 1 additions and 4 deletions
1
Justfile
1
Justfile
|
@ -31,7 +31,6 @@ build context dockerfile='' image_target='' *args='':
|
|||
-v target={{image_target}} \
|
||||
-v registry_url={{registry_url}} \
|
||||
-v 'buildkit_config={{buildkit_config}}' \
|
||||
-v image_platform= \
|
||||
{{args}}
|
||||
@echo "$(tput bold)Image built and downloaded to /tmp/build-image/. You can import it with 'docker image import /tmp/build-image/image.tar <tag>'$(tput sgr0)"
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ RUN set -eux; \
|
|||
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100; \
|
||||
update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 100; \
|
||||
rustup target add x86_64-pc-windows-msvc; \
|
||||
rustup default stable-x86_64-pc-windows-msvc; \
|
||||
rustup component add rust-src; \
|
||||
rustup update; \
|
||||
apt-get remove -y --auto-remove \
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
dockerfile: ''
|
||||
registry_url: "((registry_url))"
|
||||
buildkit_config: "((buildkit_config))"
|
||||
image_platform: ''
|
||||
params:
|
||||
BUILD_ARG_VARIANT: {{ variant }}
|
||||
output_mapping:
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
dockerfile: ''
|
||||
registry_url: "((registry_url))"
|
||||
buildkit_config: "((buildkit_config))"
|
||||
image_platform: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin
|
||||
- task: build-rust-xwin-ci
|
||||
|
@ -76,7 +75,6 @@
|
|||
dockerfile: ''
|
||||
registry_url: "((registry_url))"
|
||||
buildkit_config: "((buildkit_config))"
|
||||
image_platform: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin-ci
|
||||
- in_parallel:
|
||||
|
|
Loading…
Add table
Reference in a new issue