File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ source:
4343 curl --proto '=https' --tlsv1 .2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal )
4444
4545 WORKDIR /usr/src/${PACKAGE_NAME }
46- COPY --keep-ts --dir i18n scripts examples proto src .
46+ COPY --keep-ts --dir i18n scripts examples proto src vendor .
4747 COPY --keep-ts kickable.yaml Cargo.lock Cargo.toml Makefile build.rs rust-toolchain.toml README.md CHANGELOG.md LICENSE.md .
4848
4949# The Apple Darwin targets need osxcross, which cross-rs does not provide. Build
@@ -53,7 +53,7 @@ source:
5353darwin-source :
5454 FROM DOCKERFILE --platform = linux/amd64 -f docker/Dockerfile.builder .
5555 WORKDIR /usr/src/${PACKAGE_NAME }
56- COPY --keep-ts --dir i18n scripts examples proto src .
56+ COPY --keep-ts --dir i18n scripts examples proto src vendor .
5757 COPY --keep-ts kickable.yaml Cargo.lock Cargo.toml Makefile build.rs rust-toolchain.toml README.md CHANGELOG.md LICENSE.md .
5858
5959build :
You can’t perform that action at this time.
0 commit comments