Giter VIP home page Giter VIP logo

Comments (3)

werkt avatar werkt commented on July 18, 2024

I'll comment here and on the reclient bug, thanks for filing it:

From remote_execution.proto on the remote-apis repository:
https://github.com/bazelbuild/remote-apis/blob/1f36c310b28d762b258ea577ed08e8203274efae/build/bazel/remote/execution/v2/remote_execution.proto#L689-L692

  // The working directory, relative to the input root, for the command to run
  // in. It must be a directory which exists in the input tree. If it is left
  // empty, then the action is run in the input root.
  string working_directory = 6;

This is pretty clear to me that the working directory must be present in the input tree to meet the API's requirements, and that is down to the client's presentation.

from bazel-buildfarm.

lainswork avatar lainswork commented on July 18, 2024

add out\Release\args.gn as your inputs
like:
rewapper -inputs "out\Release\args.gn" clang.exe xxxxxxx
or:
rewapper -input_list_paths "xxxx.rsp" clang.exe xxxxxxx
xxxx.rsp:
out\Release\args.gn (your working_directory's args.gn)

from bazel-buildfarm.

YngveNPettersen avatar YngveNPettersen commented on July 18, 2024

Won't really work unless at least three, possibly several more, Chromium GN toolchain files are patched to change the arguments of the rewrapper command, since the path cannot be added to the rewrapper config file, which is used for multiple out/foo directories (our default dirs are out/Debug and Out/Release).

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.