diff options
author | bors-servo <infra@servo.org> | 2023-06-16 10:53:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 10:53:17 +0200 |
commit | db684cb9f1736ec84a63aae6da629831eda64bfc (patch) | |
tree | 0710dc2bc3b4dad139c9ba3056f728ae5e7d71bc /components/script/dom | |
parent | 1fb7d45d5ff15dd1df67e6dfc62db813d2e2e948 (diff) | |
parent | 715343b47373c23923af373ffab7925844c77bec (diff) | |
download | servo-db684cb9f1736ec84a63aae6da629831eda64bfc.tar.gz servo-db684cb9f1736ec84a63aae6da629831eda64bfc.zip |
Auto merge of #29882 - mukilan:fix-windows-nightly, r=mrobinson
Fix windows nightly build failure
PR #29865 changed the target directory for windows to be different from the source folder. However, the 'upload-nightly' command assumes the packages are stored in the default cargo target directory (./target), so the nightly jobs for windows were failing to find the packages.
This PR fixes the 'upload-nightly' command to account for non-default target directories specified via CARGO_TARGET_DIR.
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they fix a bug in packaging logic.
Diffstat (limited to 'components/script/dom')
0 files changed, 0 insertions, 0 deletions