Skip to content

Commit

Permalink
fix(eliza)
Browse files Browse the repository at this point in the history
patch just dropped which fixes v0.1.8+build.1. i saw it at T+3 minutes, and it just finished building (and working).
  • Loading branch information
jhheider committed Jan 30, 2025
1 parent f739766 commit ed0db8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projects/elizaOS.github.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ platforms:
versions:
github: elizaOS/eliza
transform: v => v.replaceAll(/\+build.?/g, '.')
ignore:
# broken tags
- /0\.1\.8(\..*)?/

provides:
- bin/eliza
Expand All @@ -31,7 +28,11 @@ build:
dependencies:
python.org: ~3.10 # node-gyp doesn't like later pythons
pnpm.io: 9.12.3
curl.se: '*'
gnu.org/patch: '*'
script:
- run: curl 'https://github.com/adimverse/eliza/commit/d577fda887820e188b0e017f9869185be9fb3bc7.patch' | patch -p1
if: ^0.1.8
- pnpm install --no-frozen-lockfile
- pnpm run build
# adapted from their Dockerfile
Expand Down

0 comments on commit ed0db8b

Please sign in to comment.