Age | Commit message (Collapse) | Author |
|
In the all task, use the long options and add --nobuild.
|
|
In the chrootpkg task, in case the _build/root already exist, the pacman
sync is not updated, so we need to update the chroot system
(root and $USER) to latest first before running makechrootpkg.
In the patch task, generate integrity checksum without extracting the
source and building the package.
|
|
Since PR #1038 merged to master, the build failed due to the $DESTDIR
now replaced with "/work" for building with docker. [1]
[1] https://github.com/GoogleCloudPlatform/ops-agent/pull/1038#discussion_r1106206200
|
|
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
|
|
|
|
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/
|