objection: need a fix, WIP

This commit is contained in:
blshkv 2019-06-29 07:01:04 +08:00
parent b1fd0967f2
commit e9bc9d0271
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -32,3 +32,13 @@ src_prepare(){
rm -r tests
eapply_user
}
python_compile() {
einfo "FIXME: the agent must be compiled offline"
# cd agent
# npm install || die "npm install failed"
# npm run build || die "npm build failed"
# cd ..
# distutils-r1_python_compile
}