Skip to content

Commit

Permalink
[CI] clean bre
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Mar 28, 2024
1 parent 06a529c commit a77f223
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/bre.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
name: Remote
name: BRE

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:

linux:
name: Bazel Remote Execution
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: remote execution

- name: run nativelink
run: |
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
(nativelink .github/bre/basic_cas.json &)
- name: remote execution
run: |
bazelisk build --config=remote --config=linux //examples/...

0 comments on commit a77f223

Please sign in to comment.