Commit 45639909 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

Bug 41580: Updated go to 1.25.8.

This is a major Go update, which introduces incompatibilities.
For this reason, we needed to update also go-licenses.
However, the new version does not build with the Go compiler built to
output Windows binaries (and possibly Android as well).
Therefore, we changed the projects that use it to use the Linux
arfiacts of the tool.
parent afd233e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,3 +24,5 @@ steps:
          '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64'
      - name: go-licenses
        project: go-licenses
        target_replace:
          '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64'
+3 −3
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
# The last stable release is not compatible with our go version, therefore use
# the last available pre-release.
version: 2.0.0-alpha.1
version: 2.0.1
git_url: https://github.com/google/go-licenses.git
git_hash: d01822334fba5896920a060f762ea7ecdbd086e8
git_hash: 3e084b0caf710f7bfead967567539214f598c0a2

container:
  use_container: 1
@@ -22,6 +22,6 @@ steps:
        pkg_type: go_vendor
        project: go-licenses
        norec:
          sha256sum: b3799f5445ce9f1d48893227287846c689ab67bbdc76b607d5d228739b5c19a2
          sha256sum: 924d0e45d1ec723b29f667547ac43444ff5c432862317b5e5a246de3871ec9a5
        target_replace:
          '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64'
+2 −2
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '1.24.13'
version: '1.25.8'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
container:
  use_container: 1

var:
  source_sha256: 639a6204c2486b137df1eb6e78ee3ed038f9877d0e4b5a465e796a2153f858d7
  source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e
  no_crosscompile: 1
  setup: |
    mkdir -p /var/tmp/dist
+2 −0
Original line number Diff line number Diff line
@@ -38,3 +38,5 @@ steps:
          '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64'
      - name: go-licenses
        project: go-licenses
        target_replace:
          '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64'