Skip to content

Commit

Permalink
Reindeer buckify no longer requires a vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 26, 2023
1 parent f9544f6 commit b582307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
- 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
Expand Down
2 changes: 1 addition & 1 deletion tools/buck/prelude
Submodule prelude updated 53 files
+1 −1 android/android_providers.bzl
+0 −2 apple/apple_binary.bzl
+72 −14 apple/apple_bundle.bzl
+26 −0 apple/apple_dsym.bzl
+1 −2 apple/apple_library.bzl
+0 −11 apple/apple_link_postprocessor.bzl
+0 −2 apple/apple_rules_impl.bzl
+2 −1 apple/apple_rules_impl_utility.bzl
+2 −1 apple/apple_toolchain_types.bzl
+6 −2 apple/swift/apple_sdk_clang_module.bzl
+26 −8 apple/swift/apple_sdk_modules_utility.bzl
+7 −2 apple/swift/apple_sdk_swift_module.bzl
+2 −0 apple/swift/swift_compilation.bzl
+4 −0 apple/swift/swift_toolchain_types.bzl
+41 −40 apple/user/apple_selective_debugging.bzl
+3 −1 apple/user/apple_tools.bzl
+13 −1 cxx/cxx.bzl
+8 −3 cxx/cxx_executable.bzl
+5 −1 cxx/cxx_library.bzl
+20 −8 cxx/cxx_link_utility.bzl
+2 −1 cxx/cxx_toolchain.bzl
+1 −0 cxx/cxx_toolchain_types.bzl
+1 −3 cxx/cxx_types.bzl
+7 −12 cxx/link.bzl
+12 −0 cxx/linker.bzl
+4 −5 cxx/preprocessor.bzl
+13 −1 cxx/user/cxx_toolchain_override.bzl
+57 −57 decls/cxx_rules.bzl
+11 −3 erlang/common_test/test_exec/src/ct_daemon_core.erl
+1 −1 erlang/common_test/test_exec/src/ct_daemon_node.erl
+6 −2 erlang/common_test/test_exec/src/ct_daemon_printer.erl
+2 −0 erlang/toolchain/edoc_cli.escript
+1 −1 genrule_toolchain.bzl
+33 −8 haskell/haskell.bzl
+4 −3 http_archive/http_archive.bzl
+1 −1 http_archive/tools/create_exclusion_list.py
+1 −1 java/dex_toolchain.bzl
+2 −2 java/java_providers.bzl
+4 −4 java/java_toolchain.bzl
+1 −1 java/plugins/java_annotation_processor.bzl
+1 −1 kotlin/kotlin_toolchain.bzl
+5 −1 linking/link_info.bzl
+0 −15 linking/link_postprocessor.bzl
+5 −3 ocaml/ocaml.bzl
+6 −1 python/cxx_python_extension.bzl
+34 −43 rust/build.bzl
+10 −42 rust/build_params.bzl
+0 −11 rust/rust_binary.bzl
+28 −17 rust/rust_library.bzl
+10 −4 toolchains/cxx.bzl
+5 −0 toolchains/cxx/zig/defs.bzl
+2 −2 user/all.bzl
+1 −1 zip_file/zip_file_toolchain.bzl

0 comments on commit b582307

Please sign in to comment.