Jalal El Mansouri

Results 8 comments of Jalal El Mansouri

Regarding the MSRV, the additional code is a further optimization in cases like `info!(target: "my_target", "my log line")` I can either remove it or try some trickery with `cfg(version("1.when_it_was_introduced"))`. Maybe...

Looks like default Xcode installation through the store doesn't install this package: /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg Tried compiling the lib independently and installing the package fixes the issue. (To install do simply do...

If you build the driver with qcow2 which is the default, you're gonna get this error: ``` [ERROR] The compilation of ocaml-system failed at "/private/tmp/docker-machine-driver-xhyve-20181011-14594-10x1d8n/.brew_home/.opam/opam-init/hooks/sandbox.sh build ocaml gen_ocaml_config.ml". # ===...

I created a google doc to discuss this! https://docs.google.com/document/d/13M9ArI_Qdj3PuJk2kXSRm6YISp8uceq_lEG8_I7kXcA

> Given that Bazel already has a process-wrapper tool, should this be called something else? I don't have any strong opinion about the name :) if you have a suggestion...

Updated the design doc with more information!

> Also, I'm wondering... all this argument rewriting... why cannot it be done from Starlark? I think the design doc should better explain why a separate tool is necessary. A...

> Vault integration forks only for Build Configuration parameters: actual credentials received only on agent side, not server one. Hi, is this still the case?