-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix: add extra dependencies for webgl and il2cpp #61
fix: add extra dependencies for webgl and il2cpp #61
Conversation
Nice work @mob-sakai How much size does this add to the image without install recommends? If it's relatively little we might add it to the base image as discussed in #53 |
@webbertakken
Test: FROM unityci/editor:2019.4.18f1-webgl-0
RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
python \
build-essential \
clang \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* |
Nice work! |
@mob-sakai Do you think this fix is applicable for game-ci/unity-builder#143 (comment) (android il2cpp and ios-il2cpp)? |
@webbertakken |
@webbertakken NOTE: In 2018.3 or later, |
@webbertakken Like this commit: mob-sakai@7d5be32 |
I think @davidmfinol is more qualified to answer this. It seems that there are cases (maybe all) where Android IL2CPP already works as well. |
Changes
webgl
andlinux-il2cpp
Checklist
Versions and modules to be fixed
Tested with #60 (in my repo)
(With #59)