Skip to content

Commit

Permalink
RELEASE.2024-03-10T02-53-48Z (#10)
Browse files Browse the repository at this point in the history
* RELEASE.2024-03-10T02-53-48Z

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and conda-forge-pinning 2024.03.10.12.43.11

* Add missing LICENSE

* Adjust build scripts

* Rename kes-go to kms-go

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
kenodegard and conda-forge-webservices[bot] authored Mar 12, 2024
1 parent 5cc13d7 commit aa07391
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.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.

5 changes: 3 additions & 2 deletions build-locally.py

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

3 changes: 2 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ go-licenses save . ^
--ignore github.com/cespare/xxhash/v2 ^
--ignore github.com/dchest/siphash ^
--ignore github.com/golang/snappy ^
--ignore github.com/klauspost/compress/flate ^
--ignore github.com/klauspost/compress/huff0 ^
--ignore github.com/klauspost/compress/internal/cpuinfo ^
--ignore github.com/klauspost/compress/s2 ^
Expand All @@ -42,7 +43,7 @@ go-licenses save . ^
--ignore github.com/minio/dperf/pkg/dperf ^
--ignore github.com/minio/filepath ^
--ignore github.com/minio/highwayhash ^
--ignore github.com/minio/kes-go ^
--ignore github.com/minio/kms-go/kes ^
--ignore github.com/minio/madmin-go/v3 ^
--ignore github.com/minio/mc/cmd ^
--ignore github.com/minio/mc/pkg ^
Expand Down
3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ go-licenses save . \
--ignore github.com/cespare/xxhash/v2 \
--ignore github.com/dchest/siphash \
--ignore github.com/golang/snappy \
--ignore github.com/klauspost/compress/flate \
--ignore github.com/klauspost/compress/huff0 \
--ignore github.com/klauspost/compress/internal/cpuinfo \
--ignore github.com/klauspost/compress/s2 \
Expand All @@ -42,7 +43,7 @@ go-licenses save . \
--ignore github.com/minio/dperf/pkg/dperf \
--ignore github.com/minio/filepath \
--ignore github.com/minio/highwayhash \
--ignore github.com/minio/kes-go \
--ignore github.com/minio/kms-go/kes \
--ignore github.com/minio/madmin-go/v3 \
--ignore github.com/minio/mc/cmd \
--ignore github.com/minio/mc/pkg \
Expand Down
Loading

0 comments on commit aa07391

Please sign in to comment.