fix(vault)

python 3.11 removes universal newline mode, breaking node-gyp
This commit is contained in:
Jacob Heider 2023-06-20 19:55:23 -04:00 committed by Jacob Heider
parent f2fe259461
commit 7837a36850

View file

@ -13,7 +13,8 @@ build:
dependencies:
go.dev: '*'
nodejs.org: ^18
python.org: ^3.11
# python 3.11 removes 'rU' mode which breaks node-gyp
python.org: ~3.10
npmjs.com: '*'
classic.yarnpkg.com: '*'
tea.xyz/gx/cc: c99
@ -22,13 +23,11 @@ build:
# TODO: gox
script: |
make bootstrap static-dist dev-ui
mkdir -p {{prefix}}/bin
mv bin/vault {{prefix}}/bin/vault
mv bin/vault {{prefix}}/bin/vault
provides:
- bin/vault
test:
script:
vault --version
test: vault --version