Speed up snap build
1. Use pre-installed host rust toolchain 2. Build reference/performance fullnode in same part to avoid rebuilding libraries 3. Merge scripts into same part
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
steps:
|
||||
- command: "ci/snap.sh"
|
||||
timeout_in_minutes: 30
|
||||
timeout_in_minutes: 20
|
||||
name: "snap [public]"
|
||||
|
@@ -24,7 +24,7 @@ steps:
|
||||
agents:
|
||||
- "queue=cuda"
|
||||
- command: "ci/pr-snap.sh"
|
||||
timeout_in_minutes: 30
|
||||
timeout_in_minutes: 20
|
||||
name: "snap [public]"
|
||||
- wait
|
||||
- command: "ci/publish-crate.sh"
|
||||
|
Reference in New Issue
Block a user