Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buck2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: buck2
# When bumping, check that the rust version is still correct.
version: 0.0_git20230603
version: 0.0_git20230706
epoch: 0
description: "Build system, successor to Buck"
copyright:
Expand All @@ -18,15 +18,15 @@ environment:
- rustup

vars:
rust-version: nightly-2023-03-07
rust-version: nightly-2023-05-28

pipeline:
- uses: git-checkout
with:
repository: https://github.com/facebook/buck2
tag: latest
# This uses strange versioning, latest is the tag but they'll apparently just bump that tag regularly.
expected-commit: ac9e9745fa0badecefa814853d59a2ba6bbbe174
expected-commit: 134ba2150318193ff7d2c2f26d65adee91aa8a3d

- name: Configure and build
runs: |
Expand Down