-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing/code-server: new aport #9235
Conversation
please use our commit naming scheme
|
Also check drone-ci and fix the failures pointed out |
testing/code-server/APKBUILD
Outdated
url="https://github.com/cdr/code-server" | ||
arch="all" | ||
license="MIT" | ||
depends="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty variables can be removed for brevity
testing/code-server/APKBUILD
Outdated
arch="all" | ||
license="MIT" | ||
depends="" | ||
makedepends="yarn npm python2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use python3 as python2 will soon be EOL
testing/code-server/APKBUILD
Outdated
subpackages="" | ||
source="$pkgname-$_fullver.tar.gz::https://github.com/cdr/code-server/archive/$_fullver.tar.gz" | ||
builddir="$srcdir/$pkgname-$_fullver" | ||
options="!check" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment on why check is disabled
py3 will failed node-gyp, newer node-gyp need upstream upgrade nodejs/node-gyp#1687 node-gyp support py3 lately. |
…2018-19661, CVE-2018-19662) This is upstream commit 8ddc442d539ca775d80cdbc7af17a718634a743f Partially fixes alpinelinux#9235
No description provided.