Backed out changeset 46ec6a8d9505 (bug 1854162) for causing wrench bustages.

This commit is contained in:
Stanca Serban
2023-10-04 09:20:46 +03:00
parent e867832d32
commit 6092855d3d
10 changed files with 17 additions and 21 deletions

View File

@@ -23,7 +23,6 @@ mkdir -p "${UPLOAD_DIR}"
# Do a cross-build without the `headless` feature
pushd "${GECKO_PATH}/gfx/wr/wrench"
python3 -m pip install -r ../ci-scripts/requirements.txt
cargo build --release -vv --frozen --target=${TARGET_TRIPLE}
# Package up the resulting wrench binary
cd "../target/${TARGET_TRIPLE}"