mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
moved to yaml in brewkit 0.51
This commit is contained in:
parent
06c537c7ff
commit
3ea5d705d4
|
@ -24,6 +24,8 @@ build:
|
||||||
gnu.org/m4: 1
|
gnu.org/m4: 1
|
||||||
go.dev: '*'
|
go.dev: '*'
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
# will only segfault if updated with patchelf
|
||||||
|
skip: fix-patchelf
|
||||||
script:
|
script:
|
||||||
- ./make.bash
|
- ./make.bash
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
deno.land: ^1.35
|
deno.land: ^1.35
|
||||||
working-directory: ${{prefix}}/bin
|
working-directory: ${{prefix}}/bin
|
||||||
|
# patchelf messes with Deno's ability to find the DATA block, making it
|
||||||
|
# operate as only a bloated Deno binary
|
||||||
|
skip: fix-patchelf
|
||||||
script: |
|
script: |
|
||||||
deno task --config "$SRCROOT"/deno.jsonc compile
|
deno task --config "$SRCROOT"/deno.jsonc compile
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
deno.land: ^1.30
|
deno.land: ^1.30
|
||||||
|
# patchelf messes with Deno's ability to find the DATA block, making it
|
||||||
|
# operate as only a bloated Deno binary
|
||||||
|
skip: fix-patchelf
|
||||||
script: |
|
script: |
|
||||||
# Something is wrong with their deps-lock.json.
|
# Something is wrong with their deps-lock.json.
|
||||||
# Two of the ajv packages fail to install correctly,
|
# Two of the ajv packages fail to install correctly,
|
||||||
|
|
Loading…
Reference in a new issue