[OE-core] [PATCH] maintainers: update opkg maintainer

2022-08-24 Thread Alex Stewart
Alex Stewart assumed maintainership of the yocto project's opkg fork, and opkg recipes, from Alejandro Del Castilo back in Q1 of 2020. Update maintainership of the opkg recipes. Signed-off-by: Alex Stewart --- meta/conf/distro/include/maintainers.inc | 8 1 file changed, 4

Re: [OE-core] [pseudo][PATCH] pseudo_util: Fix resolving relative paths from "/"

2022-08-24 Thread Tomi Belan
On Wed, Aug 24, 2022 at 10:40 PM Luca Ceresoli wrote: > > canonical and yet starts with a slash. This happens when pseudo_cwd is "/" > > or > ^^ > starts -> ends? Oops, yes, of course. Good catch. Should I send a v2 patch? :) The corrected commit message line should be:

Re: [OE-core] [pseudo][PATCH] pseudo_util: Fix resolving relative paths from "/"

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 24 Aug 2022 16:51:36 + "Tomi Belan" wrote: > pseudo_fix_path() incorrectly assumed that 'base' never ends with a slash > because it's a canonical path. However, base can be "/" - a path which is > canonical and yet starts with a slash. This happens when pseudo_cwd is "/" or

[OE-core] [pseudo][PATCH] Minor build fixes

2022-08-24 Thread Tomi Belan
- "make test" did not build "test/test-chroot-symlink", so the test failed - "make clean" did not delete libpseudo.so correctly - "test/test-umask.sh" did not clean up its test files - build test binaries only if needed, and delete them in "make clean" - remove var/pseudo from Makefile

Re: [OE-core] [PATCH 3/3] ccache: Upgrade to 4.6.2

2022-08-24 Thread Khem Raj
On Wed, Aug 24, 2022 at 9:57 AM Khem Raj wrote: > > On Wed, Aug 24, 2022 at 9:52 AM Luca Ceresoli > wrote: > > > > Hi Khem, > > > > On Tue, 23 Aug 2022 11:01:51 -0700 > > "Khem Raj" wrote: > > > > > Fix build with musl > > > > > > Signed-off-by: Khem Raj > > > > AB testing with these 3

Re: [OE-core] [PATCH 3/3] ccache: Upgrade to 4.6.2

2022-08-24 Thread Khem Raj
On Wed, Aug 24, 2022 at 9:52 AM Luca Ceresoli wrote: > > Hi Khem, > > On Tue, 23 Aug 2022 11:01:51 -0700 > "Khem Raj" wrote: > > > Fix build with musl > > > > Signed-off-by: Khem Raj > > AB testing with these 3 patches I got an error in test_ccache_tool. Not > sure these patches are guilty, but

Re: [OE-core] [PATCH 3/3] ccache: Upgrade to 4.6.2

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hi Khem, On Tue, 23 Aug 2022 11:01:51 -0700 "Khem Raj" wrote: > Fix build with musl > > Signed-off-by: Khem Raj AB testing with these 3 patches I got an error in test_ccache_tool. Not sure these patches are guilty, but they are the only ones ccache-related. Maybe you can have a look?

[OE-core] [pseudo][PATCH] pseudo_util: Fix resolving relative paths from "/"

2022-08-24 Thread Tomi Belan
pseudo_fix_path() incorrectly assumed that 'base' never ends with a slash because it's a canonical path. However, base can be "/" - a path which is canonical and yet starts with a slash. This happens when pseudo_cwd is "/" or when we're starting from a dirfd pointing to "/". The wrong result from

Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-08-24 Thread Alexander Kanavin
On Wed, 24 Aug 2022 at 16:43, Peter Kjellerstedt wrote: > We create the sample files in a small wrapper for oe-init-build-env > so that to the users, everything works just as described in the Yocto > documentation. And since the OE scripts expect TEMPLATECONF to be set > and contain sample files,

Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-08-24 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin > Sent: den 24 augusti 2022 16:09 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin > > Subject: Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check > that TEMPLATECONF is valid > > On

[OE-core] [PATCH] glibc: Update to latest on 2.36

2022-08-24 Thread Khem Raj
Solves the mount.h conflict with linux kernel headers with needed backports from trunk These are the complete list of changes this brings * 3bd3c612e9 Linux: Fix enum fsconfig_command detection in * bb1e8b0ca9 linux: Fix sys/mount.h usage with kernel headers * d48813227b linux: Use

Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-08-24 Thread Alexander Kanavin
On Wed, 24 Aug 2022 at 15:58, Peter Kjellerstedt wrote: > Please no. This happens to match your expectations, but doesn't at > all match our use of TEMPLATECONF. In our .templateconf we set > TEMPLATECONF=${TEMPLATECONF:-templateconf} and create the templateconf > directory in runtime where we

Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-08-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Alexander Kanavin > Sent: den 24 augusti 2022 14:43 > To: openembedded-core@lists.openembedded.org > Cc: Alexander Kanavin > Subject: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that >

Re: [OE-core] [PATCH 4/7] enable _XOPEN_SOURCE on musl for wchar usage in curses

2022-08-24 Thread Khem Raj
On Wed, Aug 24, 2022 at 2:44 AM Luca Ceresoli wrote: > > Hi Mhem, > > On Tue, 23 Aug 2022 23:34:40 -0700 > "Khem Raj" wrote: > > > This is defined for glibc automatically with _GNU_SOURCE but not for > > musl > > > > Signed-off-by: Khem Raj > > Missing 'pinentry: ' subject prefix. I added it

Re: [OE-core] Should BB_DEFAULT_UMASK be set with ?=

2022-08-24 Thread Richard Purdie
On Wed, 2022-08-24 at 15:23 +0200, Rasmus Villemoes wrote: > On 30/05/2022 11.19, Rasmus Villemoes via lists.openembedded.org wrote: > > Hi, > > > > Suppose I want to define BB_DEFAULT_UMASK in site.conf or local.conf (I > > do have a use case for setting it to 002). But bitbake.conf includes > >

Re: [OE-core] Should BB_DEFAULT_UMASK be set with ?=

2022-08-24 Thread Rasmus Villemoes via lists.openembedded.org
On 30/05/2022 11.19, Rasmus Villemoes via lists.openembedded.org wrote: > Hi, > > Suppose I want to define BB_DEFAULT_UMASK in site.conf or local.conf (I > do have a use case for setting it to 002). But bitbake.conf includes > those files before it then goes on to use an unconditional assignment

[oe-core][PATCHv3] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-connectivity/connman/connman.inc | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 5880ecd5d4..9a518cdb2b 100644 ---

Re: [oe-core][PATCH] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Markus Volk
thats true. I'll add it as runtime dependency then Am Mi, 24. Aug 2022 um 14:09:52 +0200 schrieb Quentin Schulz : Hi all, On 8/24/22 11:51, Luca Ceresoli via lists.openembedded.org wrote: Hello Markus, On Wed, 24 Aug 2022 10:56:54 +0200 "Markus Volk" mailto:f_...@t-online.de>> wrote:

[oe-core][PATCHv2] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-connectivity/connman/connman.inc | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 5880ecd5d4..4b0c8a2c9f 100644 ---

[OE-core] [PATCH 1/2] meta/conf: move default configuration templates into meta/conf/templates/default

2022-08-24 Thread Alexander Kanavin
This sets the ground for standardizing (and enforcing) the location of configuration templates: let's start with the default one. Signed-off-by: Alexander Kanavin --- .templateconf | 2 +- meta/classes-global/sanity.bbclass

[OE-core] [PATCH 2/2] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-08-24 Thread Alexander Kanavin
specifically that ../../layer.conf exists, and that second-from-last component in the path is 'templates'. Signed-off-by: Alexander Kanavin --- scripts/oe-setup-builddir | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index

Re: [oe-core][PATCH] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Quentin Schulz
Hi all, On 8/24/22 11:51, Luca Ceresoli via lists.openembedded.org wrote: Hello Markus, On Wed, 24 Aug 2022 10:56:54 +0200 "Markus Volk" wrote: Hello Luca, Am Mi, 24. Aug 2022 um 10:54:40 +0200 schrieb Luca Ceresoli : I would think iwd should be an rdepends, not an rrecommends. Any reson

[OE-core] [meta][dunfell][PATCH] libxml2: Add fix for CVE-2016-3709

2022-08-24 Thread Pawan Badganchi
From: Pawan Badganchi Add below patch to fix CVE-2016-3709 CVE-2016-3709.patch Link: https://github.com/GNOME/libxml2/commit/c1ba6f54d32b707ca6d91cb3257ce9de82876b6f Signed-off-by: Pawan Badganchi --- .../libxml/libxml2/CVE-2016-3709.patch| 89 +++

Re: [oe-core][PATCH] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hello Markus, On Wed, 24 Aug 2022 10:56:54 +0200 "Markus Volk" wrote: > Hello Luca, > > Am Mi, 24. Aug 2022 um 10:54:40 +0200 schrieb Luca Ceresoli > : > > I would think iwd should be an rdepends, not an rrecommends. Any reson > > for that? Or is it just an unintended extra ','? > > Only

Re: [OE-core] [PATCH 4/7] enable _XOPEN_SOURCE on musl for wchar usage in curses

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hi Mhem, On Tue, 23 Aug 2022 23:34:40 -0700 "Khem Raj" wrote: > This is defined for glibc automatically with _GNU_SOURCE but not for > musl > > Signed-off-by: Khem Raj Missing 'pinentry: ' subject prefix. I added it when taking the patch on my testing branch, no need to resend. -- Luca

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 10:39, Alexander Kanavin wrote: > Almost there :) As the patch was not actually submitted, the correct > metadata is: > > Upstream-Status: Inappropriate [issue reported at > https://github.com/shadow-maint/shadow/issues/557] Now I know :)

[OE-core] [PATCH v3 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
From: Andrei Gherzan The libnss configuration file is only installed when glibc is used. The inexistence of it on a musl-based rootfs, will make shadow complain about it: Failed opening /etc/nsswitch.conf This is because shadow will try to use nsswich when dealing with subordinate IDs and the

[OE-core] [PATCH v3 1/6] shadow: Enable subid support

2022-08-24 Thread Andrei Gherzan
From: Andrei Gherzan shadow utils are used when creating users at image creation time. The useradd/usermod tools will only try to add a default configuration for subid files if they exist. Signed-off-by: Andrei Gherzan --- meta/recipes-extended/shadow/shadow.inc | 7 +++ 1 file changed, 7

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Alexander Kanavin
Almost there :) As the patch was not actually submitted, the correct metadata is: Upstream-Status: Inappropriate [issue reported at https://github.com/shadow-maint/shadow/issues/557] Alex On Wed, 24 Aug 2022 at 11:37, Andrei Gherzan wrote: > > On Wed, 24 Aug 2022, at 09:56, Alexander Kanavin

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 09:56, Alexander Kanavin wrote: > Thanks, can you also resend the patch with the link to the ticket included? Sure. https://lists.openembedded.org/g/openembedded-core/message/169800 Andrei -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[OE-core] [PATCH v2 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
From: Andrei Gherzan The libnss configuration file is only installed when glibc is used. The inexistence of it on a musl-based rootfs, will make shadow complain about it: Failed opening /etc/nsswitch.conf This is because shadow will try to use nsswich when dealing with subordinate IDs and the

Re: [OE-core] [PATCH] gcc: Update to 12.2

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hello Bernhard, On Tue, 23 Aug 2022 19:36:16 +0200 Bernhard Rosenkränzer via lists.openembedded.org wrote: > Update gcc to 12.2, drop > 0001-libsanitizer-cherry-pick-9cf13067cb5088626ba7-from-u.patch > (which is already in 12.2) > > Signed-off-by: Bernhard Rosenkränzer Khem Raj sent another

Re: [oe-core][PATCH] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Markus Volk
Hello Luca, Am Mi, 24. Aug 2022 um 10:54:40 +0200 schrieb Luca Ceresoli : I would think iwd should be an rdepends, not an rrecommends. Any reson for that? Or is it just an unintended extra ','? Only reason for this was the fact, that iwd is not in oe-core so it felt wrong somehow to set it

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Alexander Kanavin
Thanks, can you also resend the patch with the link to the ticket included? Alex On Wed, 24 Aug 2022 at 10:49, Andrei Gherzan wrote: > > On Wed, 24 Aug 2022, at 09:30, Alexander Kanavin wrote: > > I trust the upstream will figure this out. My goal is to avoid adding > > more patches that are

Re: [oe-core][PATCH] connman: add PACKAGECONFIG to support iwd

2022-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hello Markus, On Tue, 23 Aug 2022 18:38:09 +0200 "Markus Volk" wrote: > Signed-off-by: Markus Volk > --- > meta/recipes-connectivity/connman/connman.inc | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-connectivity/connman/connman.inc >

Re: [OE-core] [PATCH 2/2] oeqa/sdk: extend rust test to also use a build script

2022-08-24 Thread Richard Purdie
On Tue, 2022-08-23 at 10:56 +0200, Peter Bergin wrote: > The test for rust in the SDK is extended with the simplest > possible build script. This will make use of the host toolchain > for building build.rs before building the rust package for target. > > Signed-off-by: Peter Bergin > --- >

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 09:30, Alexander Kanavin wrote: > I trust the upstream will figure this out. My goal is to avoid adding > more patches that are declared unsuitable for upstream, and so have to > be rebased until the end of time by (usually) me. OK. I have created an upstream issue:

[OE-core] [PATCH] pkgconf: upgrade 1.9.2 -> 1.9.3

2022-08-24 Thread wangmy
Changes from 1.9.2 to 1.9.3: * Fix a bunch of minor code issues pointed out using Clang static analyzer. * New API: pkgconf_solution_free(), which frees a compiled solution graph. * Fix behavior when overriding global variables with '--define-variable'. Signed-off-by:

[OE-core] [PATCH] librepo: upgrade 1.14.3 -> 1.14.4

2022-08-24 Thread wangmy
Changelog: == Use nanosec precision for timestamp of checksum cache Fix alloc/free mismatches and memory leaks Signed-off-by: Wang Mingyu --- .../librepo/{librepo_1.14.3.bb => librepo_1.14.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] libdnf: upgrade 0.67.0 -> 0.68.0

2022-08-24 Thread wangmy
Changelog: == New features: context: Support (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func Bug fixes: dnf-context: Disconnect signal handler before dropping file monitor ref Filter out advisory pkgs with different arch during advisory

[OE-core] [PATCH] btrfs-tools: upgrade 5.18.1 -> 5.19

2022-08-24 Thread wangmy
0001-device-utils.c-Use-linux-mount.h-instead-of-sys-moun.patch removed since it's included in 5.19 Changelog: == * send: support protocol version 2 * fi show: print all missing devices * device stats: add tabular output * replace: add alias to device group (device replace) *

[OE-core] [PATCH] bind: upgrade 9.18.5 -> 9.18.6

2022-08-24 Thread wangmy
Signed-off-by: Wang Mingyu --- .../0001-avoid-start-failure-with-bind-user.patch | 0 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch | 0 .../bind-ensure-searching-for-json-headers-searches-sysr.patch | 0 .../bind/{bind-9.18.5 => bind-9.18.6}/bind9

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Alexander Kanavin
I trust the upstream will figure this out. My goal is to avoid adding more patches that are declared unsuitable for upstream, and so have to be rebased until the end of time by (usually) me. Alex On Wed, 24 Aug 2022 at 10:28, Andrei Gherzan wrote: > > On Wed, 24 Aug 2022, at 09:21, Alexander

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 09:21, Alexander Kanavin wrote: > The issue is described by you in the commit message? I think this is > good enough for upstream submission as is, as long as you edit out the > yocto specific references. RIght. I was more interested in how you see this issue per se. At

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Alexander Kanavin
The issue is described by you in the commit message? I think this is good enough for upstream submission as is, as long as you edit out the yocto specific references. Alex On Wed, 24 Aug 2022 at 10:16, Andrei Gherzan wrote: > > On Wed, 24 Aug 2022, at 08:36, Alexander Kanavin wrote: > > I do

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 08:36, Alexander Kanavin wrote: > I do not think it is inappropriate, as it does highlight an issue > which we need to inform upstream about. Can you submit it upstream > anyway please? Just to be sure we have the same understanding, could you detail the issue you are

Re: [OE-core] [PATCH 6/6] shadow: Avoid nss warning/error with musl

2022-08-24 Thread Alexander Kanavin
I do not think it is inappropriate, as it does highlight an issue which we need to inform upstream about. Can you submit it upstream anyway please? Alex On Wed, 24 Aug 2022 at 01:57, Andrei Gherzan wrote: > > From: Andrei Gherzan > > The libnss configuration file is only installed when glibc

Re: [OE-core] [hardknott][meta-oe][PATCH] minicoredumper: retry elf parsing as long as needed

2022-08-24 Thread Alexander Kanavin
Hello, the correct list for the patch is openembedded-devel Alex On Tue, 23 Aug 2022 at 19:57, Sakib Sajal wrote: > > Maximum number of tries, in rare cases, is insufficient for > elf parse. Backport patch that fixes the issue. > > Signed-off-by: Sakib Sajal > Signed-off-by: Khem Raj >

[OE-core] wpa_supplicant automatic installation

2022-08-24 Thread Markus Volk
Hi, one question regarding this part of packagegroup-base.bb: SUMMARY:packagegroup-base-wifi = "WiFi support" RDEPENDS:packagegroup-base-wifi = "\ iw \ wireless-regdb-static \ wpa-supplicant" wpa_supplicant gets installed on every system, that has DISTRO_FEATURE wifi set, which gets

[OE-core] [PATCH 7/7] ltp: Adjust types to match create_fifo_thread return

2022-08-24 Thread Khem Raj
Fixes build on musl Signed-off-by: Khem Raj --- ...nt-instead-of-pthread_t-for-thread-I.patch | 36 +++ meta/recipes-extended/ltp/ltp_20220527.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644

[OE-core] [PATCH 6/7] gcr: Define _GNU_SOURCE

2022-08-24 Thread Khem Raj
This ensures that definitions of functions e.g. getpass() are correctly sourced from system headers, since it depends on feature test macros Signed-off-by: Khem Raj --- meta/recipes-gnome/gcr/gcr_3.40.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 5/7] apr: Use correct strerror_r implementation based on libc type

2022-08-24 Thread Khem Raj
musl does not implement GNU extention of strerror_r but XSI compliant version, therefore add it via a packageconfig to set right variables during configure to cache the value. configure detection logic depends on runtime test which will always be wrong on cross compiles therefore backport a patch

[OE-core] [PATCH 4/7] enable _XOPEN_SOURCE on musl for wchar usage in curses

2022-08-24 Thread Khem Raj
This is defined for glibc automatically with _GNU_SOURCE but not for musl Signed-off-by: Khem Raj --- meta/recipes-support/pinentry/pinentry_1.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/pinentry/pinentry_1.2.0.bb

[OE-core] [PATCH 3/7] libcgroup: Use GNU strerror_r only when its available

2022-08-24 Thread Khem Raj
This patch ensures that a fallback to use XSI compliant strerror_r when GNU extention is not implemented, which fixes the case when building with musl Signed-off-by: Khem Raj --- ...pi-Use-GNU-strerror_r-when-available.patch | 55 +++

[OE-core] [PATCH 2/7] watchdog: Include needed system header for function decls

2022-08-24 Thread Khem Raj
These headers are needed on musl too. Signed-off-by: Khem Raj --- ...guard-sys-quota.h-sys-swap.h-and-sys.patch | 37 +++ .../watchdog/watchdog_5.16.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[OE-core] [PATCH 1/7] xinetd: Pass missing -D_GNU_SOURCE

2022-08-24 Thread Khem Raj
We do not get proper function definitions otherwise e.g. fcvt() Signed-off-by: Khem Raj --- meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb

Re: [OE-core] [PATCH] rust-cross-canadian: rename shell variables for easier appends

2022-08-24 Thread Peter Bergin
On 2022-08-23 23:32, Otavio Salvador wrote: Em ter., 23 de ago. de 2022 às 17:38, Peter Bergin escreveu: In my particular case the rust application I'm building against the SDK is using the crate prost-build (https://crates.io/crates/prost-build) that is used to generate