mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
moved to yaml in brewkit 0.51
This commit is contained in:
parent
06c537c7ff
commit
3ea5d705d4
3 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,8 @@ build:
|
|||
gnu.org/m4: 1
|
||||
go.dev: '*'
|
||||
working-directory: src
|
||||
# will only segfault if updated with patchelf
|
||||
skip: fix-patchelf
|
||||
script:
|
||||
- ./make.bash
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ build:
|
|||
dependencies:
|
||||
deno.land: ^1.35
|
||||
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: |
|
||||
deno task --config "$SRCROOT"/deno.jsonc compile
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ versions:
|
|||
build:
|
||||
dependencies:
|
||||
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: |
|
||||
# Something is wrong with their deps-lock.json.
|
||||
# Two of the ajv packages fail to install correctly,
|
||||
|
|
Loading…
Reference in a new issue