目录
generatedunixname89002005232357

Revert D104608995

Summary: This diff reverts D104608995 mui/mui_service_mms crashes during deployment. See https://fburl.com/tupperware/y1o9u78i

Issue looks like a link ordering changed. Details inside https://www.internalfb.com/agent-home?session_id=e2b51091-3430-4109-a6fc-f373225aa6cb

Depends on D104608995

Reviewed By: skrueger

Differential Revision: D113671514

fbshipit-source-id: d1bf7daa178d8e944199bbed149cafd6ee2aa9c8

6小时前9288次提交
quot; -l -s | python3 filter.py ``` Where filter.py is: ``` import pathlib import sys import os import subprocess for line in sys.stdin: if "buck2/tests/" in line: continue path = pathlib.Path(os.getcwd()).parent / line.strip() if not path.exists(): # Caught previously, skip continue assert path.parts[-1] == "BUCK.v2", path generated = False for line in path.open("r"): if "generated" in line or "partially-generated" in line: generated = True break if generated: continue targets_v1_path = path.parent / "BUCK" if targets_v1_path.exists(): print(f"Removing {targets_v1_path}") subprocess.check_output(["sl", "rm", str(targets_v1_path)]) print(f"Moving {path} to {targets_v1_path}") subprocess.check_output(["sl", "mv", str(path), str(targets_v1_path)]) ``` drop-conflicts Reviewed By: mzlee Differential Revision: D70401061 fbshipit-source-id: 25c56ff820069f8623cf417cdc55569d522e1bfc " href="/mirrors/buck2-prelude/commits/3711b8d924">Eliminate all cases of BUCK.v2 in fbsource1年前
  • androidRoute RE use cases by sandcastle tenant in .bzl5天前
  • aospAdd ART profile support for APEX systemserverclasspath jars13天前
  • appleRename `get_swift_framework_anonymous_targets()` to `get_swift_anonymous_targets_for_prebuilt_framework()`2天前
  • build_modeAllow selects on ovr_config//build_mode:arvr_mode to work in OSS projects using prelude as ovr_config1年前
  • bxlDO NOT REVERT: format bxl files.2个月前
  • capabilitiesDaily `arc lint --take BUCKFORMAT`2个月前
  • cfgDaily `arc lint --take BUCKFORMAT`11天前
  • configurationsAllow "default" as the default value1个月前
  • cpuAdd further support for riscv in prelude and etc (#1009)1年前
  • csharp(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • cxxRevert D1046089956小时前
  • debuggingRFC: [buck2][cxx] Don't materialize unpacked split-dwarf debuginfo (.dwo) on plain mode/dev builds6天前
  • declsgit_fetch: Optional initialization/update of Git submodules1天前
  • dist(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • docs(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • erlangremove unnecessary deduping of labels9天前
  • error_handlerMake Kotlin autodeps guidance actionable for Claude Code2天前
  • gitgit_fetch: Optional initialization/update of Git submodules1天前
  • goBack out "Revert D113253772: [go/1.27] Adapt -trimpath flag to new release"2天前
  • go_bootstrapAdd typing targets for Python tool scripts5个月前
  • graphqlcodegen: thread use_implicit_codegen into the GraphQL codegen manifest30天前
  • haskellDO NOT REVERT: format bxl files.2个月前
  • http_archive(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • ide_integrationsMigrate VSGO oncall to `windows_ide_support`25天前
  • javaGroup global-code tset children in one pass instead of per framework1个月前
  • jsBatch JS transform command args by library4天前
  • julia(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • jvmAdd AnnotationParameterTypeChecker and fix applicability classpath1个月前
  • kotlinRemove dead shouldKosabiJvmAbiGenUseK2 kotlincd proto field3天前
  • linkingRevert D1046089956小时前
  • luaUpdate License Headers for Open Source1年前
  • matlab(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • ocaml(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • osMake the Rust crate hashing consistent for APEX use case4个月前
  • os_lookup(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • platformsfbcode/buck2/prelude/platforms/BUCK1天前
  • playgroundUpdate License Headers for Open Source1年前
  • pythonEnable Python 3.15 support in static_extension_utils3天前
  • python_bootstrap(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • runtimeSupport prelude//runtime/constraints:android-host-test7个月前
  • rustprelude rust: allow NIX_DEBUG through env allowlist2天前
  • test(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • testsCarry test network_access on the executor config1个月前
  • third-party(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • toolchainsSupport per-test artifacts below API 301天前
  • toolsUpdate License Headers for Open Source1年前
  • transitionsDaily `arc lint --take BUCKFORMAT`11天前
  • unix(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • user(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • utils(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • validationDO NOT REVERT: format bxl files.2个月前
  • windowsConvert toolchain files to fb_native to opt into content based hashes8个月前
  • xplugins(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • zip_file(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • .buckconfigRevert D105263125: Revert D96950683: [Koltin][Kotlin 2.2 upgrade]Upgrade Kotlin to 2.22个月前
  • .gitignoreignore eden redirections created during buck2 build3年前
  • BUCKApply formatting1个月前
  • CHANGELOG.mdFormat the rest of our markdown2年前
  • CODE_OF_CONDUCT.mdInitial commit3年前
  • CONTRIBUTING.mdChange "Facebook" -> "Meta" and related things4个月前
  • LICENSE-APACHEInitial commit3年前
  • LICENSE-MITInitial commit3年前
  • README.mdFormat the rest of our markdown2年前
  • alias.bzlUpdate License Headers for Open Source1年前
  • artifact_tset.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • artifacts.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • asserts.bzlUpdate License Headers for Open Source1年前
  • attributes.bzlUpdate License Headers for Open Source1年前
  • attrs_validators.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • cache_mode.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • command_alias.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • export_exe.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • export_file.bzlRemove uses_experimental_content_based_path_hashing from export_file and filegroup6个月前
  • filegroup.bzlRemove allow_duplicate_srcs_DO_NOT_USE from filegroup3个月前
  • genrule.bzlRecognize all header extensions for genrule content-based default26天前
  • genrule_local_labels.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • genrule_prefer_local_labels.bzlUpdate License Headers for Open Source1年前
  • genrule_toolchain.bzlUpdate License Headers for Open Source1年前
  • http_file.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • is_buck2.bzlUpdate License Headers for Open Source1年前
  • is_buck2_internal.bzlUpdate License Headers for Open Source1年前
  • is_full_meta_repo.bzlUpdate License Headers for Open Source1年前
  • local_only.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • native.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • none.bzlAdd a never-satisfied ConfigurationInfo to prelude//:none1年前
  • paths.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • prelude.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • pull_request_template.mdFormat the rest of our markdown2年前
  • remote_file.bzlAdd has_content_based_path attribute to remote_file, http_file and http_archive8个月前
  • resources.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • rules.bzlDaily `arc lint --take BUCKFORMAT`11天前
  • rules_impl.bzlBuild test listner for target-platform (not for exec-platform)26天前
  • sh_binary.bzl(fbcode/buck2/prelude) Apply starlark_fmt to **/.bzl files (7/68)2个月前
  • sh_test.bzlDon't use network and enable test caching for GPU unit test3天前
  • test_suite.bzlAdd explicit has_content_based_path = False to actions.write calls (buck2)3个月前
  • validation_deps.bzlUpdate License Headers for Open Source1年前
  • Buck2 Prelude

    This repo contains a copy of the Buck2 Prelude, which is often included as a submodule with a Buck2 project. To obtain a copy of this repo, and set up other details of a Buck2, you should usually run buck2 init --git. Most information can be found on the main Buck2 GitHub project.

    Pull requests and issues should be raised at facebook/buck2 as that project is more closely monitored and contains CI checks.

    License

    Buck2 Prelude is both MIT and Apache License, Version 2.0 licensed, as found in the LICENSE-MIT and LICENSE-APACHE files.

    邀请码
      Gitlink(确实开源)
    • 加入我们
    • 官网邮箱:gitlink@ccf.org.cn
    • QQ群
    • QQ群
    • 公众号
    • 公众号

    版权所有:中国计算机学会技术支持:开源发展技术委员会
    京ICP备13000930号-9 京公网安备 11010802047560号