eclipsesource / eclipsesource/J2V8

Original docker build had clear-execstack and stripping - new one does not have

Open
#311 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.6k
Forks
387
PR merge metrics
No merged PRs in 30d

Description

We are getting warnings that J2V8 has been complied without execstack -c.

from original docker docker/Dockerfile.linux:
```
execstack -c libj2v8_linux_x86_64.so && \
echo "striping symbols...." && \
strip --strip-unneeded -R .note -R .comment libj2v8_linux_x86_64.so && \
```

@drywolf shall we include this in new build system?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.