Skip to content

Commit

Permalink
: use git to get the prelude (#60)
Browse files Browse the repository at this point in the history
Summary:


since where we are trying to put the prelude directory is already the root of a git repo, `buck2  init --git` is inappropriate. instead use git to get a copy.

Differential Revision:
D53099111

Privacy Context Container: L1124100
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed Jan 25, 2024
1 parent 5a93ec6 commit 2f9136d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buck-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- run: ./ocaml-setup.sh
- run: cargo install --git https://github.com/facebookincubator/reindeer.git reindeer --force
- run: reindeer --third-party-dir shim/third-party/rust buckify
- run: |-
git submodule add https://github.com/facebook/buck2-prelude.git prelude
git submodule update --init --depth 1
- run: buck2 build shim//third-party/... -v 2
- run: buck2 build root//... -v 2

0 comments on commit 2f9136d

Please sign in to comment.