mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-18 00:49:25 +02:00
Compare commits
33 Commits
Add_tests
...
Add_new_te
Author | SHA1 | Date | |
---|---|---|---|
836d0ec037 | |||
4a32cf91d2 | |||
0dc1765afc | |||
fad083bccb | |||
8f68b46ccb | |||
b084b03655 | |||
5eee846afc | |||
b3a6969256 | |||
e6c4a14d75 | |||
3149f96644 | |||
0ef75dbc17 | |||
1586943008 | |||
b437ebca4c | |||
d39ef12e3b | |||
f2fa6d69ca | |||
6391acac38 | |||
4a0b0bbc7b | |||
41980977c1 | |||
6dfe36da6d | |||
f08b4034f1 | |||
2c7b043396 | |||
b3616c037c | |||
1b8a64afee | |||
dabd1b02be | |||
3c3c7f41ff | |||
813b6fa18d | |||
e6defb5426 | |||
d6a6d67d85 | |||
c3ad0b7585 | |||
ab872f9669 | |||
772592f143 | |||
71de3d67f2 | |||
74fab3b56e |
280
.github/workflows/main.yml
vendored
280
.github/workflows/main.yml
vendored
@ -54,14 +54,8 @@ jobs:
|
||||
stockfish_arg: "ARCH=armv7 COMP=ndk",
|
||||
ninja: "no",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "android-arm no-shared",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
openssl: "no",
|
||||
openssl_arg: "android-arm",
|
||||
}
|
||||
- {
|
||||
image: "android-arm64",
|
||||
@ -69,14 +63,8 @@ jobs:
|
||||
stockfish_arg: "ARCH=armv8 COMP=ndk",
|
||||
ninja: "no",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "android-arm64 no-shared",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
openssl: "no",
|
||||
openssl_arg: "android-arm64",
|
||||
}
|
||||
- {
|
||||
image: "android-x86",
|
||||
@ -84,14 +72,8 @@ jobs:
|
||||
stockfish_arg: "ARCH=x86-32 COMP=ndk",
|
||||
ninja: "no",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "android-x86 no-shared",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
openssl: "no",
|
||||
openssl_arg: "android-x86",
|
||||
}
|
||||
- {
|
||||
image: "android-x86_64",
|
||||
@ -99,14 +81,8 @@ jobs:
|
||||
stockfish_arg: "ARCH=x86-64 COMP=ndk",
|
||||
ninja: "no",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "android-x86_64 no-shared",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
openssl: "no",
|
||||
openssl_arg: "android-x86_64",
|
||||
}
|
||||
# Linux arm64/armv8 images
|
||||
- {
|
||||
@ -117,12 +93,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-aarch64",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-arm64-musl",
|
||||
@ -132,12 +102,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-aarch64",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-arm64-full",
|
||||
@ -147,12 +111,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-aarch64",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux armv5 images
|
||||
- {
|
||||
@ -163,12 +121,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-armv5-musl",
|
||||
@ -178,12 +130,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux armv6 images
|
||||
- {
|
||||
@ -194,12 +140,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-armv6-lts",
|
||||
@ -209,12 +149,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-armv6-musl",
|
||||
@ -224,12 +158,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux armv7 images
|
||||
- {
|
||||
@ -240,12 +168,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-armv7a",
|
||||
@ -255,12 +177,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-armv7l-musl",
|
||||
@ -270,12 +186,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux x86 images
|
||||
- {
|
||||
@ -286,12 +196,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-x86",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux x86_64 images
|
||||
- {
|
||||
@ -302,12 +206,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-x86_64",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-x64-tinycc",
|
||||
@ -317,12 +215,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-x64-clang",
|
||||
@ -332,12 +224,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-x86_64-clang",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-x86_64-full",
|
||||
@ -347,12 +233,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-x86_64",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux riscv images
|
||||
- {
|
||||
@ -363,12 +243,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic32",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "linux-riscv64",
|
||||
@ -378,12 +252,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic64",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux s390x images
|
||||
- {
|
||||
@ -394,12 +262,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux64-s390x",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux mips images
|
||||
- {
|
||||
@ -410,12 +272,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic32",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux ppc64le images
|
||||
- {
|
||||
@ -426,12 +282,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-ppc64le",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux m68k images
|
||||
- {
|
||||
@ -442,12 +292,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-generic32 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Linux xtensa images
|
||||
- {
|
||||
@ -458,12 +302,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Windows x86_x64 images
|
||||
- {
|
||||
@ -474,12 +312,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "windows-static-x64-posix",
|
||||
@ -489,12 +321,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x64",
|
||||
@ -504,12 +330,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x64-posix",
|
||||
@ -519,12 +339,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Windows x86 images
|
||||
- {
|
||||
@ -535,12 +349,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x86",
|
||||
@ -550,12 +358,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# Windows arm images
|
||||
- {
|
||||
@ -566,27 +368,15 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "windows-arm64",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "ARCH=armv8 COMP=clang",
|
||||
ninja: "no",
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# manylinux2014 images
|
||||
- {
|
||||
@ -597,12 +387,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-x86",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "manylinux2014-x64",
|
||||
@ -612,12 +396,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-x86_64",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: ""
|
||||
}
|
||||
- {
|
||||
image: "manylinux2014-aarch64",
|
||||
@ -627,12 +405,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-aarch64",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
}
|
||||
# web-wasm images
|
||||
- {
|
||||
@ -643,12 +415,6 @@ jobs:
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: ""
|
||||
}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -682,38 +448,10 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git
|
||||
cd openssl
|
||||
wget https://raw.githubusercontent.com/mavlink/MAVSDK/main/third_party/openssl/dockcross-android.patch
|
||||
patch -p 0 < dockcross-android.patch
|
||||
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
|
||||
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||
cd ..
|
||||
rm -rf openssl
|
||||
- name: C build test
|
||||
if: ${{ matrix.arch_name.C == 'yes' }}
|
||||
run: |
|
||||
git clone https://github.com/TheAlgorithms/C.git
|
||||
cd C
|
||||
git checkout cc241f58c253c533ac94e07151ef91a5ef7e5719
|
||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C_arg }}
|
||||
cd ..
|
||||
rm -rf C
|
||||
- name: C-Plus-Plus build test
|
||||
if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' }}
|
||||
run: |
|
||||
git clone https://github.com/TheAlgorithms/C-Plus-Plus.git
|
||||
cd C-Plus-Plus
|
||||
git checkout c3b07aed2240e5364e1a49d091a00b61f520e653
|
||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C-Plus-Plus_arg }}
|
||||
cd ..
|
||||
rm -rf C-Plus-Plus
|
||||
- name: fmt build test
|
||||
if: ${{ matrix.arch_name.fmt == 'yes' }}
|
||||
run: |
|
||||
git clone --depth 1 --branch 8.0.1 https://github.com/fmtlib/fmt.git
|
||||
cd fmt
|
||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.fmt_arg }} -DFMT_DOC=OFF
|
||||
cd ..
|
||||
rm -rf fmt
|
||||
- name: deploy
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
|
@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
ENV CROSS_TRIPLE=arm-linux-androideabi
|
||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||
CC=${CROSS_ROOT}/bin/clang \
|
||||
|
@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
ENV CROSS_TRIPLE=aarch64-linux-android
|
||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||
CC=${CROSS_ROOT}/bin/clang \
|
||||
|
@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y unzip
|
||||
|
||||
ENV CROSS_TRIPLE=i686-linux-android
|
||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||
CC=${CROSS_ROOT}/bin/clang \
|
||||
|
@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y unzip
|
||||
|
||||
ENV CROSS_TRIPLE=x86_64-linux-android
|
||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||
CC=${CROSS_ROOT}/bin/clang \
|
||||
|
@ -3,8 +3,8 @@ FROM dockcross/base:latest
|
||||
# This is for 64-bit ARM Linux machine
|
||||
|
||||
# Buildroot version
|
||||
# buildroot master 2021-08-30
|
||||
ENV BR_VERSION 2990d7dcb163a5618100a6985726b6820457a6d1
|
||||
# crosstool-ng master 2021-08-21
|
||||
ENV BR_VERSION 181a5e229b347c1996eeca7d7727ee66bc566f01
|
||||
|
||||
#include "common.buildroot"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Buildroot 2021.08-rc2-75-g2990d7dcb1 Configuration
|
||||
# Buildroot 2021.08-rc2-29-gdbe3af5532 Configuration
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||
@ -186,7 +186,6 @@ BR2_SSP_NONE=y
|
||||
BR2_RELRO_NONE=y
|
||||
# BR2_RELRO_PARTIAL is not set
|
||||
# BR2_RELRO_FULL is not set
|
||||
BR2_FORTIFY_SOURCE_ARCH_SUPPORTS=y
|
||||
BR2_FORTIFY_SOURCE_NONE=y
|
||||
# BR2_FORTIFY_SOURCE_1 is not set
|
||||
# BR2_FORTIFY_SOURCE_2 is not set
|
||||
@ -962,10 +961,6 @@ BR2_PACKAGE_SDL2=y
|
||||
# KMS/DRM video driver needs libdrm
|
||||
#
|
||||
|
||||
#
|
||||
# KMS/DRM video driver needs an OpenGL EGL backend provided by mesa3d
|
||||
#
|
||||
|
||||
#
|
||||
# OpenGL support needs X11 and an OpenGL provider
|
||||
#
|
||||
@ -2204,7 +2199,7 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
||||
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_LAPACK is not set
|
||||
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
||||
BR2_PACKAGE_LIBABSEIL_CPP=y
|
||||
# BR2_PACKAGE_LIBABSEIL_CPP is not set
|
||||
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||
@ -2311,7 +2306,7 @@ BR2_PACKAGE_PROTOBUF=y
|
||||
#
|
||||
# BR2_PACKAGE_AUGEAS is not set
|
||||
# BR2_PACKAGE_ENCHANT is not set
|
||||
BR2_PACKAGE_FMT=y
|
||||
# BR2_PACKAGE_FMT is not set
|
||||
# BR2_PACKAGE_FSTRCMP is not set
|
||||
# BR2_PACKAGE_ICU is not set
|
||||
# BR2_PACKAGE_INIH is not set
|
||||
|
@ -3,8 +3,8 @@ FROM dockcross/base:latest
|
||||
# This is for 64-bit x86 Linux machine
|
||||
|
||||
# Buildroot version
|
||||
# buildroot master 2021-08-30
|
||||
ENV BR_VERSION 2990d7dcb163a5618100a6985726b6820457a6d1
|
||||
# crosstool-ng master 2021-08-21
|
||||
ENV BR_VERSION 181a5e229b347c1996eeca7d7727ee66bc566f01
|
||||
|
||||
#include "common.buildroot"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Buildroot 2021.08-rc2-75-g2990d7dcb1 Configuration
|
||||
# Buildroot 2021.08-rc2-29-gdbe3af5532 Configuration
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||
@ -147,7 +147,6 @@ BR2_SSP_NONE=y
|
||||
BR2_RELRO_NONE=y
|
||||
# BR2_RELRO_PARTIAL is not set
|
||||
# BR2_RELRO_FULL is not set
|
||||
BR2_FORTIFY_SOURCE_ARCH_SUPPORTS=y
|
||||
BR2_FORTIFY_SOURCE_NONE=y
|
||||
# BR2_FORTIFY_SOURCE_1 is not set
|
||||
# BR2_FORTIFY_SOURCE_2 is not set
|
||||
@ -932,10 +931,6 @@ BR2_PACKAGE_SDL2=y
|
||||
# KMS/DRM video driver needs libdrm
|
||||
#
|
||||
|
||||
#
|
||||
# KMS/DRM video driver needs an OpenGL EGL backend provided by mesa3d
|
||||
#
|
||||
|
||||
#
|
||||
# OpenGL support needs X11 and an OpenGL provider
|
||||
#
|
||||
@ -2181,7 +2176,7 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
||||
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_LAPACK is not set
|
||||
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
||||
BR2_PACKAGE_LIBABSEIL_CPP=y
|
||||
# BR2_PACKAGE_LIBABSEIL_CPP is not set
|
||||
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||
@ -2289,7 +2284,7 @@ BR2_PACKAGE_PROTOBUF=y
|
||||
#
|
||||
# BR2_PACKAGE_AUGEAS is not set
|
||||
# BR2_PACKAGE_ENCHANT is not set
|
||||
BR2_PACKAGE_FMT=y
|
||||
# BR2_PACKAGE_FMT is not set
|
||||
# BR2_PACKAGE_FSTRCMP is not set
|
||||
# BR2_PACKAGE_ICU is not set
|
||||
# BR2_PACKAGE_INIH is not set
|
||||
|
Reference in New Issue
Block a user