proud-dentist-22844
12/31/2024, 12:09 AMfiles
including archive
, makeself_archive
, and relocated_files
. But, the files I need to package are owned by either resources
or python_sources
.
How can I use resources
and python_sources
targets as files
?
There isn't an experimental_wrap_as_files
target, and experimental_wrap_as_resources
does not seem to be usable by archive
and friends.broad-processor-92400
12/31/2024, 6:10 AMshell_command(command="true", dependencies=[...], output_directories=["."])
work? (ick, if it does, but at least it unblocks you?)broad-processor-92400
12/31/2024, 6:12 AMpex_binary
in the chain somewhere, and let that handle arranging the sources and resources appropriately?proud-dentist-22844
12/31/2024, 4:37 PMpex_binary
seems like an even larger leap. I'll try shell_command
.