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 4f341f0
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 231 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -79,19 +79,19 @@ 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: buck2 run demo
- run: buck2 build ...
- run: buck2 test ...
- uses: dtolnay/install@reindeer
- 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 ...

bazel:
name: Bazel
Expand Down

0 comments on commit 4f341f0

Please sign in to comment.