You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="pkg_tar-extension"></a>extension |The extension of the generated file. If `"gz"`, `"bz2"`, or `"xz"`, the tarball will also be compressed using that tool, and is mutually exclusive with `compressor`. Note that `xz` may not be supported based on the Python toolchain.| String | optional |`"tar"`|
374
374
| <aid="pkg_tar-files"></a>files | Obsolete. Do not use. | <ahref="https://bazel.build/rules/lib/dict">Dictionary: Label -> String</a> | optional |`{}`|
375
-
| <aid="pkg_tar-include_runfiles"></a>include_runfiles | Include runfiles for executables. These appear as they would in bazel-bin.For example: 'path/to/myprog.runfiles/path/to/my_data.txt'. | Boolean | optional |`False`|
375
+
| <aid="pkg_tar-include_runfiles"></a>include_runfiles | Include runfiles for executables. These appear as they would in bazel-bin.For example: 'path/to/myprog.runfiles/path/to/my_data.txt'. | Boolean | optional |`False`|
| <aid="pkg_tar-stamp"></a>stamp | Enable file time stamping. Possible values: <li>stamp = 1: Use the time of the build as the modification time of each file in the archive. <li>stamp = 0: Use an "epoch" time for the modification time of each file. This gives good build result caching. <li>stamp = -1: Control the chosen modification time using the --[no]stamp flag. <divclass="since"><i>Since 0.5.0</i></div> | Integer | optional |`0`|
| <aid="pkg_install-destdir"></a>destdir | The default destination directory.<br><br>If it is specified, this is the default destination to install the files. It is overridable by explicitly specifying `--destdir` in the command line or specifying the `DESTDIR` environment variable.<br><br>If it is not specified, `--destdir` must be set on the command line, or the `DESTDIR` environment variable must be set.<br><br>If this is an absolute path, it is used as-is. If this is a relative path, it is interpreted against `BUILD_WORKSPACE_DIRECTORY`. |`None`|
829
+
| <aid="pkg_install-destdir_flag"></a>destdir_flag | A string_flag target used to obtain the value of destdir. |`None`|
830
+
| <aid="pkg_install-kwargs"></a>kwargs | common rule attributes | none |
831
+
832
+
833
+
759
834
<!-- Generated with Stardoc: http://skydoc.bazel.build -->
0 commit comments