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 21, 2023
1 parent bbccde6 commit d01c6d3
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
@@ -1,2 +1,2 @@
third-party/BUCK linguist-generated
# third-party/BUCK linguist-generated
third-party/bazel/** linguist-generated
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
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

0 comments on commit d01c6d3

Please sign in to comment.