fix(fluentci)

closes #5835
This commit is contained in:
Jacob Heider 2024-04-08 19:30:43 -04:00
parent 883c2eb13b
commit 626ffca1de
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -15,10 +15,13 @@ dependencies:
build: build:
dependencies: dependencies:
deno.land: ~1.37 deno.land: ~1.37
script: | script:
deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts # 0.12.0 didn't bump version
mkdir -p "{{ prefix }}"/bin - run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts'
cp fluentci "{{ prefix }}"/bin working-directory: src
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
- mkdir -p "{{ prefix }}"/bin
- cp fluentci "{{ prefix }}"/bin
skip: fix-patchelf skip: fix-patchelf
provides: provides: