mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-25 13:30:52 +00:00
Compare commits
1 Commits
Release_4.
...
push-pvunn
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cd4944fd8 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -32,12 +32,10 @@ jobs:
|
|||||||
goos: linux
|
goos: linux
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
output_name: linux_amd64
|
output_name: linux_amd64
|
||||||
cgo_cflags: "-I/usr/include/x86_64-linux-gnu -I/usr/include"
|
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
output_name: linux_arm64
|
output_name: linux_arm64
|
||||||
cgo_cflags: "-I/usr/include/aarch64-linux-gnu -I/usr/include"
|
|
||||||
- os: macos-15-intel
|
- os: macos-15-intel
|
||||||
goos: darwin
|
goos: darwin
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
@@ -83,7 +81,7 @@ jobs:
|
|||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
VERSION: ${{ steps.get_version.outputs.version }}
|
VERSION: ${{ steps.get_version.outputs.version }}
|
||||||
CC: ${{ matrix.goos == 'linux' && 'musl-gcc' || '' }}
|
CC: ${{ matrix.goos == 'linux' && 'musl-gcc' || '' }}
|
||||||
CGO_CFLAGS: ${{ matrix.cgo_cflags || '' }}
|
CGO_CFLAGS: ${{ matrix.goos == 'linux' && '-I/usr/include' || '' }}
|
||||||
run: |
|
run: |
|
||||||
if [ "$GOOS" = "linux" ]; then
|
if [ "$GOOS" = "linux" ]; then
|
||||||
make LDFLAGS='-linkmode=external -extldflags=-static' obitools
|
make LDFLAGS='-linkmode=external -extldflags=-static' obitools
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package obioptions
|
|||||||
// Version is automatically updated by the Makefile from version.txt
|
// Version is automatically updated by the Makefile from version.txt
|
||||||
// The patch number (third digit) is incremented on each push to the repository
|
// The patch number (third digit) is incremented on each push to the repository
|
||||||
|
|
||||||
var _Version = "Release 4.4.26"
|
var _Version = "Release 4.4.25"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4.4.26
|
4.4.25
|
||||||
|
|||||||
Reference in New Issue
Block a user