moved to yaml in brewkit 0.51

This commit is contained in:
Jacob Heider 2023-10-23 10:25:35 -04:00
parent 06c537c7ff
commit 3ea5d705d4
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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,