Skip to content

Commit ede17e2

Browse files
authored
Merge pull request #471 from DecapodLabs/agent/ci/cicd_01kk3wxcgj91wpcy-build-artifact-and-20-shards
ci: build once, share binary artifact across 20 test shards + pre-merge drift gate
2 parents 3f8e5e4 + 0eac8e6 commit ede17e2

2 files changed

Lines changed: 217 additions & 269 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Install LLD linker'
2+
description: 'Install the LLD linker on Linux runners (no-op on macOS/Windows)'
3+
runs:
4+
using: composite
5+
steps:
6+
- name: Install LLD
7+
if: runner.os == 'Linux'
8+
shell: bash
9+
run: sudo apt-get update && sudo apt-get install -y lld

0 commit comments

Comments
 (0)