Skip to content
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 2019.1 #59

Merged
merged 1 commit into from
Jan 20, 2021

Conversation

mob-sakai
Copy link
Contributor

@mob-sakai mob-sakai commented Jan 18, 2021

Changes

Checklist

  • Read the contribution guide and accept the code of conduct
  • Readme (updated or not needed)

Versions and modules to be fixed

Tested with #60 (in my repo)

Module Fixed?
Base
(Linux-Mono)
❌ -> ✅
Windows-Mono ❌ -> ✅
Mac-Mono ❌ -> ✅
Android ❌ -> ✅
iOS ❌ -> ✅
WebGL ❌ -> ✅
Linux-IL2CPP ❌ -> ✅
(with #61)

Increased image size

About 10 MB.

REPOSITORY   TAG       IMAGE ID       CREATED              SIZE
editor       before    e0a43d920df0   About a minute ago   4.02GB
editor       after     bf3c52bbd759   1 second ago         4.03GB

Test:

FROM unityci/editor:2019.1.14f1-base-0

RUN apt-get -q update \
  && apt-get -q install -y --no-install-recommends --allow-downgrades \
    libnotify4 \
    libunwind-dev \
    libssl1.0  \
  && apt-get clean \
  && rm -rf /var/lib/apt/lists/*

@mob-sakai mob-sakai force-pushed the fix/extra_dependencies_2019.1 branch from 0ecfed0 to 4f5740e Compare January 18, 2021 14:36
@webbertakken webbertakken merged commit 4960dbb into game-ci:main Jan 20, 2021
@mob-sakai mob-sakai deleted the fix/extra_dependencies_2019.1 branch January 24, 2021 16:02
@webbertakken webbertakken mentioned this pull request Mar 15, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: libunwind.so.8: cannot open shared object file: No such file or directory (2019.1.x)
2 participants