Skip to content

Commit c63f6d3

Browse files
committed
Add vendor/ to Earthfile source COPY so buf_redux and multipart are available in CI builds
1 parent 6e443e4 commit c63f6d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
5353
darwin-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

5959
build:

0 commit comments

Comments
 (0)