Age | Commit message (Collapse) | Author |
|
The devtools allow package to build in clean chroot [1].
In this build, we bind the host go, go-build cache, and .gradle cache
to the chroot/build to minimize re-downloading Go and Java dependencies
on the next rebuild.
[1] https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
|
|
The goal is to allow us to inspect the installed files and their
structure.
The DESTDIR directory contains installed files, similar to prefix.
If its not set, the directory will be created under /tmp with random
name.
This also fix build error due to META-INF directory exist on the second
or next build.
|
|
This is the ops-agent that are part of the Google Cloud Operations
product suite (specifically Cloud Logging and Cloud Monitoring) [1].
This package replace stackdriver-collectd in the AUR [2].
[1] https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/
[2] https://aur.archlinux.org/packages/stackdriver-collectd/
|