Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/tools/gitlab/build-linux-arm64
4387 views
#!/bin/bash

echo "Building $(git log -1)"
echo "---"

set -Eeuxo pipefail

PATH=/usr/local/llvm-mingw/bin:$PATH

./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f

cd build64
../configure -q -C --enable-werror --enable-archs=i386,x86_64,aarch64,arm64ec,arm --with-mingw=clang CC=clang
make -s
cd ..

git reset --hard