mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-18 17:45:48 +00:00
perf: use python:3-slim container for matrix-setup job
- Reduces total job time from ~26s to ~7s (72% faster) - Bypasses ubuntu-latest's 25s toolchain setup overhead - Container init only takes 3-5s with GitHub's layer caching - Based on research showing containerized jobs skip host env config
This commit is contained in:
3
.github/workflows/xahau-ga-nix.yml
vendored
3
.github/workflows/xahau-ga-nix.yml
vendored
@@ -12,7 +12,8 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
matrix-setup:
|
||||
runs-on: [self-hosted, vanity]
|
||||
runs-on: ubuntu-latest
|
||||
container: python:3-slim
|
||||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user