1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

[releng] Start pulling cdt-gdb-adapter from npmjs instead of jenkins

Change-Id: I3f194afba2c28313b694ddf4922d16bdb097b615
This commit is contained in:
Jonah Graham 2019-12-08 21:31:41 -05:00
parent 63b065eb1a
commit 2042418982
2 changed files with 5 additions and 4 deletions

View file

@ -7,6 +7,6 @@
"license": "EPL-2.0",
"scripts": {},
"dependencies": {
"cdt-gdb-adapter": "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz"
"cdt-gdb-adapter": "^0.0.15-next.20191209022935.3b94420.0"
}
}

View file

@ -2,9 +2,10 @@
# yarn lockfile v1
"cdt-gdb-adapter@https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz":
version "0.0.14-next"
resolved "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz#cb5a6d8509173510c311b96e2e57791ff3a20a31"
cdt-gdb-adapter@^0.0.15-next.20191209022935.3b94420.0:
version "0.0.15-next.20191209022935.3b94420.0"
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.15-next.20191209022935.3b94420.0.tgz#c905cc2bee76ff866f2a30dd76181bcbca5370ab"
integrity sha512-n3YHtih5ZlECnyhzt7ErjRdUprwHxuwfV2vOf3TXXkr8iZeFodoIB7mN1wQ8kpfrPG61wbwJyVC2nw3ceMu7Qg==
dependencies:
node-addon-api "^1.6.2"
vscode-debugadapter "^1.37.1"