Skip to content

Commit

Permalink
github: add buck2 ci build
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <[email protected]>
  • Loading branch information
thoughtpolice committed Jun 26, 2024
1 parent fc1a808 commit 04927b1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build-buck2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: buck2

on:
push:
branches:
- main
pull_request:

permissions: read-all

jobs:
nix:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15 # NOTE (aseipp): keep in-sync with the build.yml timeout limit

name: build with buck2
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: sigoden/install-binary@3a369a4f1787bc51dc3b5b8f6055920fef1d2eca
with:
repo: facebook/dotslash
name: dotslash
- name: Install Rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
with:
toolchain: 1.76

0 comments on commit 04927b1

Please sign in to comment.