Skip to content

Install precompiled Buck2 build system

License

Notifications You must be signed in to change notification settings

dtolnay/install-buck2

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to install Buck2

build status

This GitHub Action installs a precompiled buck2 binary from https://github.com/facebook/buck2/releases/tag/latest.

name: test suite
on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: dtolnay/install-buck2@latest
      - run: buck build //...

Inputs

Name Description
prelude-submodule
Optional. Relative path at which to checkout the buck2-prelude repo as a submodule at the correct commit matching the installed buck2 executable.

Outputs

Name Description
prelude-hash
Commit hash of the buck2-prelude repo that matches the installed buck2 executable.

About

Install precompiled Buck2 build system

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks