Git Product home page Git Product logo

Comments (4)

kekxv avatar kekxv commented on July 23, 2024

@werkt Are there any good ideas to solve it?

from bazel-buildfarm.

werkt avatar werkt commented on July 23, 2024
  1. Take the operation name and query it with bf-cat. Take the action id (with size) it was an execution of
  2. Query the Action with bf-cat. Take the input root digest it used for execution
  3. Query the TreeLayout of the input root digest. See if the inputs contain the necessary files to exec the llvm-ar file, and what it looks like on the filesystem - that same tree command you did above in the wrappers section of TreeLayout as post should suffice.

from bazel-buildfarm.

kekxv avatar kekxv commented on July 23, 2024

@werkt
like this?

It seems to be a problem with bazel,not buildfarm.

from bazel-buildfarm.

kekxv avatar kekxv commented on July 23, 2024

see : bazelbuild/bazel#11005 (comment)

add ar_files = ":all_files", and as_files = ":all_files",

cc_toolchain(
    name = "llvm-mingw-msvcrt-ubuntu-x86_64_toolchain",
    all_files = ":all_files",
    ar_files = ":all_files",
    as_files = ":all_files",
    compiler_files = ":all_files",
    coverage_files = ":all_files",
    dwp_files = ":empty",
    linker_files = ":all_files",
    objcopy_files = ":empty",
    strip_files = ":empty",
    # tags = ["manual"],
    toolchain_config = ":llvm-mingw-msvcrt-ubuntu-x86_64_toolchain_config",
    toolchain_identifier = "llvm-mingw-msvcrt-ubuntu-x86_64-toolchain",
)

from bazel-buildfarm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.