glib (and friends!) linux build fixes (#204)

* glib linux build fixes
* gobj-intr
* include symlink step when testing, in case a subsequent test requires it
* fix harfbuzz build

Co-authored-by: Max Howell <mxcl@me.com>
This commit is contained in:
Jacob Heider 2022-10-24 15:29:00 -04:00 committed by GitHub
parent 370c0c7898
commit 6f156603b7
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,7 @@ build:
env:
ARGS:
- --prefix={{prefix}}
- --libdir={{prefix}}/lib
- --buildtype=release
- -Dcairo=enabled
- -Dcoretext=enabled
@ -35,7 +36,7 @@ build:
- -Dglib=enabled
- -Dtests=disabled
#FIXME or gir scanner fails
CC: clang
# CC: clang
test:
dependencies:

View file

@ -32,6 +32,11 @@ async function test(self: Installation) {
const yml = await pantry.getYAML(self.pkg).parse()
const deps = await deps4(self.pkg)
const installations = await prepare(deps)
// if we are testing multiple packages, they might not
// get linked when they're tested.
await link(self)
const env = useShellEnv({ installations: [self, ...installations] })
let text = undent`