Skip to content

Commit

Permalink
Merge pull request #10 from regro-cf-autotick-bot/0.9.2_h9c4800
Browse files Browse the repository at this point in the history
gocommands v0.9.2
  • Loading branch information
iychoi authored Mar 27, 2024
2 parents 29a6aaa + 3717557 commit 40b30eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,3 +14,6 @@ go_compiler:
- go-nocgo
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "gocommands" %}
{% set version = "0.9.1" %}
{% set version = "0.9.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/cyverse/gocommands/archive/v{{ version }}.tar.gz
sha256: b45854b422863edd201a2d64d2400b918bfc43e33ec6bd62fa93ecdcd637a030
sha256: f349815a34078a8cb4dd0a24c82529aa408cab372097acc8ee0e13497b4abb4c

build:
skip: true # [win]
Expand Down

0 comments on commit 40b30eb

Please sign in to comment.