mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Switch to neon-fp-armv8
The previous versions of the SDKs had this, but was accidentally dropped when rebasing on the newer buildroot.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM almalinux:8
|
||||
|
||||
RUN yum -y update && \
|
||||
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils bc bzip2 gzip sed git python3 file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker perl-IPC-Cmd gcc gcc-c++ && \
|
||||
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils diffutils bc bzip2 gzip sed git python3 file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker perl-IPC-Cmd gcc gcc-c++ && \
|
||||
yum clean all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user