mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Back to py3.11 but specify it as the default version
This commit is contained in:
parent
c6c589ceab
commit
27e80916a6
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ ENV PKG_CONFIG_PATH /opt/rh/{{ TOOLSET }}/root/usr/lib64/pkgconfig:/opt/rh/{{ TO
|
||||||
RUN dnf -y install epel-release \
|
RUN dnf -y install epel-release \
|
||||||
&& dnf config-manager --set-enabled powertools \
|
&& dnf config-manager --set-enabled powertools \
|
||||||
&& dnf -y install cmake autoconf automake libtool pkgconfig make patch git \
|
&& dnf -y install cmake autoconf automake libtool pkgconfig make patch git \
|
||||||
python3.12-pip python3.12-devel gperf flex bison clang clang-tools-extra \
|
python3.11-pip python3.11-devel gperf flex bison clang clang-tools-extra \
|
||||||
lld nasm yasm file which perl-open perl-XML-Parser perl-IPC-Cmd \
|
lld nasm yasm file which perl-open perl-XML-Parser perl-IPC-Cmd \
|
||||||
xorg-x11-util-macros {{ TOOLSET }}-gcc {{ TOOLSET }}-gcc-c++ \
|
xorg-x11-util-macros {{ TOOLSET }}-gcc {{ TOOLSET }}-gcc-c++ \
|
||||||
{{ TOOLSET }}-binutils {{ TOOLSET }}-gdb {{ TOOLSET }}-libasan-devel \
|
{{ TOOLSET }}-binutils {{ TOOLSET }}-gdb {{ TOOLSET }}-libasan-devel \
|
||||||
|
@ -29,6 +29,7 @@ RUN dnf -y install epel-release \
|
||||||
glib2-devel at-spi2-core-devel gtk3-devel boost1.78-devel fmt-devel \
|
glib2-devel at-spi2-core-devel gtk3-devel boost1.78-devel fmt-devel \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
RUN alternatives --set python3 /usr/bin/python3.11
|
||||||
RUN python3 -m pip install meson ninja
|
RUN python3 -m pip install meson ninja
|
||||||
RUN sed -i '/Requires.private: valgrind/d' /usr/lib64/pkgconfig/libdrm.pc
|
RUN sed -i '/Requires.private: valgrind/d' /usr/lib64/pkgconfig/libdrm.pc
|
||||||
RUN echo set debuginfod enabled on > /opt/rh/{{ TOOLSET }}/root/etc/gdbinit.d/00-debuginfod.gdb
|
RUN echo set debuginfod enabled on > /opt/rh/{{ TOOLSET }}/root/etc/gdbinit.d/00-debuginfod.gdb
|
||||||
|
|
Loading…
Add table
Reference in a new issue