Skip to content

[RISCV] gdb

[RISCV] gdb #27

Workflow file for this run

name: Remote
on: [push]
jobs:
linux:
name: Bazel Remote Execution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: remote execution
run: |
git clone https://github.com/bazelbuild/bazel-buildfarm
cd bazel-buildfarm && ./examples/bf-run start && cd ..
bazelisk build --config=remote --config=linux //examples/...