Skip to content

Commit

Permalink
Merge pull request #239 from regro-cf-autotick-bot/1.23.2_hbfb2fe
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Oct 2, 2024
2 parents 93ede05 + ab3b467 commit c859194
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "go" %}
{% set version = "1.23.1" %}
{% set version = "1.23.2" %}

package:
name: {{ name }}-{{ go_variant_str }}
Expand All @@ -8,7 +8,7 @@ package:
source:
- folder: go
url: https://dl.google.com/{{ name }}/go{{ version }}.src.tar.gz
sha256: 6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
sha256: 36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f
patches:
# Please see patches/README.md for more details
- patches/0001-Fix-cgo_fortran-test-setup-for-conda.patch
Expand All @@ -21,22 +21,22 @@ source:
# Update this with a release from https://go.dev/dl/
- folder: go-bootstrap # [aarch64 or ppc64le or osx or win64 or (linux and x86_64)]
url: https://go.dev/dl/go{{ version }}.linux-arm64.tar.gz # [aarch64]
sha256: faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f # [aarch64]
sha256: f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9 # [aarch64]

url: https://go.dev/dl/go{{ version }}.linux-amd64.tar.gz # [linux and x86_64]
sha256: 49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd # [linux and x86_64]
sha256: 542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e # [linux and x86_64]

url: https://go.dev/dl/go{{ version }}.linux-ppc64le.tar.gz # [ppc64le]
sha256: 042888cae54b5fbfd9dd1e3b6bc4a5134879777fe6497fc4c62ec394b5ecf2da # [ppc64le]
sha256: c164ce7d894b10fd861d7d7b96f1dbea3f993663d9f0c30bc4f8ae3915db8b0c # [ppc64le]

url: https://go.dev/dl/go{{ version }}.windows-amd64.zip # [win64]
sha256: 32dedf277c86610e380e1765593edb66876f00223df71690bd6be68ee17675c0 # [win64]
sha256: bc28fe3002cd65cec65d0e4f6000584dacb8c71bfaff8801dfb532855ca42513 # [win64]

# url: https://go.dev/dl/go{{ version }}.darwin-arm64.tar.gz # [osx and arm64]
# sha256: 49e394ab92bc6fa3df3d27298ddf3e4491f99477bee9dd4934525a526f3a391c # [osx and arm64]

url: https://go.dev/dl/go{{ version }}.darwin-amd64.tar.gz # [osx]
sha256: 488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58 # [osx]
sha256: 445c0ef19d8692283f4c3a92052cc0568f5a048f4e546105f58e991d4aea54f5 # [osx]

build:
binary_relocation: false
Expand All @@ -50,7 +50,7 @@ build:
- $RPATH/libc.so.6 # [linux and not cgo]
- /usr/lib/libSystem.B.dylib # [osx]
- $SYSROOT\System32\winmm.dll # [win]
number: 1
number: 0
skip: true # [linux and s390x]

requirements:
Expand Down

0 comments on commit c859194

Please sign in to comment.