Skip to content

[BZLMOD] add platforms dep #31

[BZLMOD] add platforms dep

[BZLMOD] add platforms dep #31

Workflow file for this run

name: Remote
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linux:
name: Bazel Remote Execution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: remote execution
run: |
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
(nativelink .github/bre/basic_cas.json &)
bazelisk build --config=remote --config=linux //examples/...