From 3ea5d705d42df14585d6511b3befcbac109e73d3 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 23 Oct 2023 10:25:35 -0400 Subject: [PATCH] moved to yaml in brewkit 0.51 --- projects/go.dev/package.yml | 2 ++ projects/pkgx.sh/package.yml | 3 +++ projects/render.com/package.yml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/projects/go.dev/package.yml b/projects/go.dev/package.yml index 65966eca..5a028a22 100644 --- a/projects/go.dev/package.yml +++ b/projects/go.dev/package.yml @@ -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 diff --git a/projects/pkgx.sh/package.yml b/projects/pkgx.sh/package.yml index 5b8a1760..8e90b764 100644 --- a/projects/pkgx.sh/package.yml +++ b/projects/pkgx.sh/package.yml @@ -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 diff --git a/projects/render.com/package.yml b/projects/render.com/package.yml index 16c4eff9..b69da9e4 100644 --- a/projects/render.com/package.yml +++ b/projects/render.com/package.yml @@ -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,