Matt Smith
Matt Smith
As of flask-login release 0.4.0 the `get_auth_token()` function has been removed.
I am no longer trying to use a `genrule` and have modified this to a more "traditional" setup using `pip_parse` and `requirements.txt` (BUILD.bazel remains the same as above, minus the...
So the only example I can see is like this where python is built in the http_archive: https://github.com/kku1993/bazel-hermetic-python/blob/master/WORKSPACE#L42 I'm building python in a build rule that then needs to be...
It appears meson prefers c:\\..\ paths. `Program win_flex found: YES (C:\tmp\766s67rb\execroot\rules_foreign_cc_examples\bazel-out\x64_windows-opt-exec-2B5CBBC6-ST-2324745666c0\bin\external\winflexbison\copy_winflexbison\winflexbison\win_flex.EXE)` when c:\\..\\.. in PATH vs `Program win_flex found: NO` when c:/../ in PATH I noticed those tool paths are...
This is a more representative example: https://github.com/matt-sm/cc-library-repo
Thanks so much for the response > you are creating cc_library targets, just not in the external repo yes that's correct The '../../' workaround will unblock us for now. And...
@alexeagle your fork is exactly what I'm looking for. Is there any chance this will be merged?
+1 I ran into this same issue when trying to run an `aquery` on an external. This is a somewhat of a blocker for the project I'm working on, as...
Created https://github.com/bazelbuild/bazel/pull/22392
Did anything ever come of this?