mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
parent
8ecb800d0f
commit
949cd38015
|
@ -6,7 +6,7 @@ versions:
|
||||||
npm: code-server
|
npm: code-server
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
nodejs.org: ^18
|
nodejs.org: ~20.6 # requires ^20, before .6 there were napi issues, and .14 also manifests
|
||||||
linux:
|
linux:
|
||||||
gnome.org/libsecret: ^0.21
|
gnome.org/libsecret: ^0.21
|
||||||
x.org/x11: ^1.8
|
x.org/x11: ^1.8
|
||||||
|
@ -15,7 +15,6 @@ dependencies:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
nodejs.org: <18.20 # node-gyp doesn't build with 18.20.x
|
|
||||||
npmjs.com: '*'
|
npmjs.com: '*'
|
||||||
python.org: '>=3.11'
|
python.org: '>=3.11'
|
||||||
script:
|
script:
|
||||||
|
@ -39,6 +38,9 @@ build:
|
||||||
- '@vscode/spdlog'
|
- '@vscode/spdlog'
|
||||||
- yauzl
|
- yauzl
|
||||||
linux:
|
linux:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: clang
|
||||||
CXXFLAGS: $CXXFLAGS -D__NO_INLINE__
|
CXXFLAGS: $CXXFLAGS -D__NO_INLINE__
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
|
Loading…
Reference in a new issue