Skip to content

Commit 05b9727

Browse files
committed
Start nativelink on CI
1 parent 1beb3a4 commit 05b9727

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/workflow.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,18 @@ jobs:
1414
zstd --decompress $HOME/buck.zst
1515
chmod +x $HOME/buck
1616
17+
- uses: cachix/install-nix-action@v24
18+
- run: df -h
19+
- name: build nativelink
20+
run: |
21+
nix build --outlink $HOME/nativelink github:TraceMachina/nativelink/v0.5.1
22+
- name: start nativelink
23+
uses: JarvusInnovations/background-action@v1
24+
with:
25+
run: |
26+
$HOME/nativelink/bin/nativelink nativelink_config.json &
27+
wait-for: 30s
28+
wait-on: |
29+
tcp:127.0.0.1:50061
1730
- name: Build
1831
run: $HOME/buck build ...

0 commit comments

Comments
 (0)