mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Cache release builds
This commit is contained in:
parent
ab1f5afde9
commit
b7e9566587
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,11 @@ def main():
|
||||||
**build_kwargs
|
**build_kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
release_build_task = decision.create_task(
|
release_build_task = decision.find_or_create_task(
|
||||||
|
route_bucket="build.linux_x86-64_release",
|
||||||
|
route_key=os.environ["GIT_SHA"],
|
||||||
|
route_expiry=build_artifacts_expiry,
|
||||||
|
|
||||||
task_name="Linux x86_64: release build",
|
task_name="Linux x86_64: release build",
|
||||||
script="""
|
script="""
|
||||||
./mach build --release --with-debug-assertions -p servo
|
./mach build --release --with-debug-assertions -p servo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue