Skip to content

EXPERIMENT: build jujutsu with buck2 #3

EXPERIMENT: build jujutsu with buck2

EXPERIMENT: build jujutsu with buck2 #3

Workflow file for this run

name: buck2
on:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
nix:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
dotslash_bin: dotslash-ubuntu-22.04.x86_64.v0.4.1.tar.gz
- os: windows-latest
dotslash_bin: dotslash-windows.v0.4.1.tar.gz
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: ${{ matrix.dotslash_bin }}
- name: Install Rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
with:
toolchain: 1.76