bazel_rules_install icon indicating copy to clipboard operation
bazel_rules_install copied to clipboard

Bazel rules for installing build results. Similar to `make install`.

Results 9 bazel_rules_install issues
Sort by recently updated
recently updated
newest added

Since we now have a bzlmod compatible version, I suggest to make a new release (0.0.4), and then it would also be nice to have it on the bzlmod registry...

`bazel build -c opt //:install_foo -- ~/test` but get error message "not a valid absolute pattern (absolute target patterns must start with exactly two slashes): '/home/xxx/test'...." Confused about this, and...

Version: [bazel_rules_install tag 0.4](https://github.com/google/bazel_rules_install/releases/tag/0.4). Not sure what MacOS exactly, uname spits out something like `Darwin Kernel Version 19.6.0` When compiling a project that compiles with bazel on MacOS (in my...

An alias rule https://docs.bazel.build/versions/3.2.0/be/general.html#alias gives a different name to an existing thing. I'd like to use this in [verible](https://github.com/google/verible) to phase out legacy binary names and move them to new...

A common use is to install various artifacts in places in a `$(PREFIX)` location. So e.g. with PRFIX=/usr/local, we'd like to install, e.g. * foo_binary -> /usr/local/bin * foo_headers ->...

Example: `$ bazel build -c opt //install:buildifier ~/bin` would install `buildifier` as `~/bin/buildifier` Create a flag which lets the user install `buildifier` as `~/bin/bazelfier`

help wanted

Under Bazel 7.4.0, I get the following error when trying to run an `installer` target: ``` ERROR: no such package '@@bazel_tools//platforms': BUILD file not found in directory 'platforms' of external...