telegraf: T4515: select proper Pipeline library branch

This commit is contained in:
Christian Poessinger 2022-07-31 09:26:28 +02:00
parent 65c32f9128
commit e7a2b38e3f

View File

@ -17,7 +17,7 @@
// Using a version specifier library, use 'current' branch. The underscore (_) // Using a version specifier library, use 'current' branch. The underscore (_)
// is not a typo! You need this underscore if the line immediately after the // is not a typo! You need this underscore if the line immediately after the
// @Library annotation is not an import statement! // @Library annotation is not an import statement!
@Library('vyos-build@current')_ @Library('vyos-build@equuleus')_
// NOTE: we can build with -d as the libbpf dependency is installed manually // NOTE: we can build with -d as the libbpf dependency is installed manually
// and not via a DEB package // and not via a DEB package