noredink-ui/prelude/open_source.bzl

11 lines
403 B
Python
Raw Normal View History

Squashed 'prelude/' changes from 78e8381cf..c0fa6a604 c0fa6a604 Allow primary dex classes in non-root modules 6c783f2ce fix mac examples build on CircleCI (#223) ae0323367 Add `remote_cache_enabled` flag to allow disabling lookups cdd37bd78 Update resource groups to always utilize the resource_group_map rule fbc11826a Fix unable to detect arm64 host cpu 1ad7da2b3 add 3.4.0-transitional constraint 6ee992444 Improve a type signature b1de6a569 Fix type error in error case f7ffc7aaf Distinguish between project and non-project targets b8d45736e link.bzl minor refactoring 92138755a move linker map generation into `cxx_link` 9d6730a05 buck2: add pdb subtarget to Rust rules 96d164285 buck2: unquote args for find_and_replace.bat 750517dc1 Be more consistent with load statements 29da5897b fix linker map generation inside dlto 940b93647 add jemalloc version constraints to constraint_overrides.bzl 9530656f6 Don't materialize `dwp`s when we're not packaging them 2247c7946 add -object_path_lto for Darwin links adeb9a34b add LTO flags in cxx_toolchain 8c6024dc7 Open source cargo build script runner 047fa4436 Add a central target for grabbing target configuration from rustc 38ae42ef4 Make Swift compatible with Link Groups 984a78f88 Extract LinkableTypes type 8e65c22b8 Generalize the link_info extract methods in apple_frameworks 6d489b097 Treat native linkables w/o a linkable root as shared-only a011b18bb address starlark lints in OSS 0f1d799fc Remove oss/.gitignore 595419787 Migrate python sourcedb bxl to action_factory() without bxl_actions 4364cf537 Move worker_tool attr overrides to decls dbe4d9693 Move test_suite attr overrides to decls 17f776ced Move http_archive/file attr overrides to decls 5a12b369b Move genrule attr overrides to decls 6e2419ab2 use single action to link and produce linker maps fcb1c0d80 do not ignore errors during linker map generation link action 28ab1f796 add support for post_all and post_groups a9d904d30 rust: Fix rustdoc test execution on Windows 40f1027ea only have linker map subtarget if `cxx.linker_map_enabled` is on f6b6bb504 make cxx.linker_map_enabled config override toolchain generate_linker_maps c845d6a32 add macro layer wrapper for cxx_toolchain f42774f37 Expose InstallInfo for python subtargets a1e26e6d3 Support for `apple_resource().resources_from_deps` 9990787e5 Add/clarify some comments dc422e47c Improve variable name from refactor earlier in the stack 3358df13c Improve the unreachable error message c1869d366 Tighten the SwiftDependencyInfo API and typing ea6b3df6f Typify the swift rules ced50a6a0 Switch to `.type` annotations dad42a64c Rename link-related Apple functions a5330c670 fix target platform resolution for cpp and python targets 1861005e2 Obtain CxxToolchainInfo same way as C++ rules 3f344ce37 Don't allow headers in src files 4925e2aea Fix resources through `files` field of `apple_resource()` 6a17e1ecf buck2: add clang-trace to `[objects]` subtarget 0cb5f2ca8 buck2: don't generate pdb if short_output_format is not set 7d4db0be5 Fix bug with frameworks + Swift runtime linkable 1a793dfa3 Support Apple resources which are deps of `prebuilt_cxx_library()` 0cde66f95 Add support for Swift runtime as a linkable 689b27a3b Deleted unused get_auto_link_group_libs method bb3cbb64d offline builds: make pxl_library not depend on hg at build time ab5cead3a Resource filtering assumes resources are in a 'res' folder 4648f76dc Move export_file/filegroup attr overrides to decls c738a4607 Move configured_alias attr overrides to decls 4fb99c651 Move command_alias overrides to decls a11f80f73 Remove all trailing whitespace in prelude/decls 13cc3a272 Add kotlincd.jvm_args and javacd.jvm_args options to add extra JVM args a586a4c92 Change default Rust target ABI assumption for system_rust_toolchain from GNU to MSVC b5d7792a7 ignore eden redirections created during buck2 build bee64d672 Re-sync with internal repository (#9) git-subtree-dir: prelude git-subtree-split: c0fa6a60420cfacda033d22a709d472aa941f740
2023-05-03 00:14:37 +03:00
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under both the MIT license found in the
# LICENSE-MIT file in the root directory of this source tree and the Apache
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.
def is_open_source() -> bool.type:
# @oss-disable: return False
return True # @oss-enable