[Buildroot] [PATCH-NEXT v2 4/5] support/download/go-post-process: implement Go vendoring support

Christian Stewart christian at paral.in
Sun Sep 19 07:13:10 UTC 2021


All,

Re-submitted this series to fix determinism issues mentioned here:

 - https://github.com/skiffos/SkiffOS/issues/164
 - https://yhbt.net/lore/all/20210801070830.GP3189549@scaer/t/#r2e8e5fab88a021fa81f6d22e44bd6d06ea740c67

On Sun, Sep 19, 2021 at 12:10 AM Christian Stewart <christian at paral.in> wrote:

> +# Helpers for the post-process step to re-pack vendored archives.
> +
> +. "${0%/*}/helpers"
>
>  unpack() {
> -        dest="$1"
> -        tarball="$2"
> +    dest="$1"
> +    tarball="$2"
>
> -        mkdir ${dest}
> -        tar -C ${dest} --strip-components=1 -xf ${tarball}
> +    mkdir ${dest}
> +    tar -C ${dest} --strip-components=1 -xf ${tarball}
>  }

... probably these changes should be in the commit just before this
one, where the file is introduced.

my mistake.

Thanks,
Christian Stewart


More information about the buildroot mailing list