Skip to content

Commit

Permalink
Add libunwind build files
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Oct 13, 2024
1 parent 4b93f71 commit 5fcd53b
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 1,942 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ common --nobuild_runfile_links
common --remote_timeout=3600
common --remote_executor=grpcs://remote.buildbuddy.io
common --noexperimental_throttle_remote_action_building
common --jobs=500
common --jobs=1000

common --extra_execution_platforms=//rbe_platform
common --host_platform=//rbe_platform
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
load("@aspect_bazel_lib//lib:copy_file.bzl", "copy_file")
load("@aspect_bazel_lib//lib:transitions.bzl", "platform_transition_filegroup")
load("@llvm-project//:vars.bzl", "LLVM_VERSION_MAJOR")
load("@rules_pkg//pkg:pkg.bzl", "pkg_tar")
load("@rules_pkg//pkg:mappings.bzl", "pkg_attributes", "pkg_files")
load("@rules_pkg//pkg:pkg.bzl", "pkg_tar")

pkg_files(
name = "builtin_headers_pkg_files",
Expand Down
Loading

0 comments on commit 5fcd53b

Please sign in to comment.