[DO-1180]symlink libvpx (#5)

Reviewed-on: https://git.avroid.tech/Docker/tavro-build-linux/pulls/5
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
aleksandr.vodyanov
2024-10-09 16:21:00 +03:00
committed by Aleksandr Vodyanov
parent 52abc92414
commit e8d542bd25
3 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 1.4
### 09.10.2024
ADD:
* Костыль с симлинком библиотеки
## 1.3
### 07.10.2024

View File

@@ -64,6 +64,8 @@ RUN wget ${NEXUS_URL}/repository/${NEXUS_QT_REPO}/v${VERSION}/qt-everywhere-open
./configure -release -opensource -confirm-license -nomake tests -nomake examples -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtdoc -skip qtmacextras -skip qtscript -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebview -skip qtwinextras -skip qtserialbus -xkbcommon -system-harfbuzz -system-libjpeg -no-openssl && \
make -j$(nproc) && make install -j$(nproc) && cd .. && rm -rf qt-everywhere* /tmp/patches
#Ужасный костыль
RUN ln -s /usr/lib/x86_64-linux-gnu/libvpx.so.9.0.0 /usr/lib/x86_64-linux-gnu/libvpx.so.7
# Personalization
#-------------------------------------------------------------------------------
#

View File

@@ -2,7 +2,7 @@
IMAGE_NAME = tavro-build-linux
IMAGE_GROUP = tavro
IMAGE_TAG = 1.3
IMAGE_TAG = 1.4
REVISION =
DOCKER_REGISTRY = harbor.avroid.tech
CI_FLAGS =