Skip to content

Commit

Permalink
Use http_archive for buck crates without vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 19, 2023
1 parent 69cbeaf commit e67d4ea
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 234 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,9 @@ jobs:
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@reindeer
- uses: dtolnay/install@buck2
- name: Install lld
run: sudo apt-get install lld
- run: cargo vendor --versioned-dirs --locked
working-directory: third-party
- run: reindeer buckify
working-directory: third-party
- name: Check reindeer-generated BUCK file up to date
run: git diff --exit-code
- run: buck2 run demo
- run: buck2 build ...
- run: buck2 test ...
Expand Down
Loading

0 comments on commit e67d4ea

Please sign in to comment.