mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
974021d239
commit
faa75d4a68
1 changed files with 33 additions and 30 deletions
|
@ -10,17 +10,17 @@ versions:
|
|||
|
||||
platforms:
|
||||
- darwin
|
||||
- linux/x86-64 # should work on aarch64, but it's complaining about one of its atomic macros
|
||||
- linux/x86-64
|
||||
|
||||
dependencies:
|
||||
sourceware.org/bzip2: '*'
|
||||
github.com/besser82/libxcrypt: '*'
|
||||
gnome.org/libxml2: '*'
|
||||
invisible-island.net/ncurses: '*'
|
||||
sourceware.org/bzip2: ^1
|
||||
github.com/besser82/libxcrypt: ^4
|
||||
gnome.org/libxml2: ~2.11
|
||||
invisible-island.net/ncurses: ^6
|
||||
zlib.net: ^1
|
||||
openssl.org: ^1.1
|
||||
pcre.org/v2: '*'
|
||||
facebook.com/zstd: '*'
|
||||
pcre.org/v2: ^10
|
||||
facebook.com/zstd: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
@ -30,7 +30,8 @@ build:
|
|||
gnu.org/coreutils: '*'
|
||||
git-scm.org: '*'
|
||||
groonga.org: '*'
|
||||
|
||||
linux:
|
||||
fmt.dev: ^9
|
||||
script:
|
||||
- git submodule update --init --recursive
|
||||
# Use our groonga
|
||||
|
@ -87,8 +88,10 @@ build:
|
|||
rm wsrep_sst_*.bak
|
||||
working-directory: ${{ prefix }}/bin
|
||||
env:
|
||||
linux/aarch64:
|
||||
CFLAGS: $CFLAGS -Wno-implicit-function-declaration
|
||||
linux:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
|
||||
provides:
|
||||
- bin/aria_chk
|
||||
|
|
Loading…
Reference in a new issue