mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Also save libOSMesa from the build
This commit is contained in:
parent
2e66952055
commit
bbaf6b15b6
1 changed files with 6 additions and 3 deletions
|
@ -73,10 +73,13 @@ def main():
|
|||
script="""
|
||||
./mach build --release --with-debug-assertions -p servo
|
||||
./etc/ci/lockfile_changed.sh
|
||||
gzip target/release/servo --stdout > /servo.gz
|
||||
tar -czf /target.tar.gz \
|
||||
target/release/servo \
|
||||
target/release/build/osmesa-src-*/output \
|
||||
target/release/build/osmesa-src-*/out/lib/gallium
|
||||
""",
|
||||
artifacts=[
|
||||
("/servo.gz", build_artifacts_expiry),
|
||||
("/target.tar.gz", build_artifacts_expiry),
|
||||
],
|
||||
**build_kwargs
|
||||
)
|
||||
|
@ -89,7 +92,7 @@ def main():
|
|||
--retry 5 \
|
||||
--connect-timeout 10 \
|
||||
--location \
|
||||
| gunzip > target/release/servo
|
||||
| tar -xz
|
||||
"""
|
||||
create_task(
|
||||
script=fetch_build + script,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue