bazelbuild/bazel

Add option to create bazel symlinks using relative paths (instead of absolute)

Open

#2 351 ouverte le 9 janv. 2017

Voir sur GitHub
 (11 commentaires) (10 réactions) (0 assignés)Java (4 465 forks)batch import
P3help wantednot staleteam-OSStype: feature request

Métriques du dépôt

Stars
 (25 384 stars)
Métriques de merge PR
 (Merge moyen 22j 20h) (77 PRs mergées en 30 j)

Description

It'd be nice if the set of symlinks created by bazel (i.e. bazel-bin, bazel-genfiles, etc) had to option to use relative paths instead of absolute paths. In our case, this makes it easier to work off an NFS export and use OS-native tools on the files in that export.

Guide contributeur