mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +00:00
We are in the End Game now...
This commit is contained in:
parent
f877a95a78
commit
abeda56f71
2
.github/workflows/linux-bootstrap.sh
vendored
2
.github/workflows/linux-bootstrap.sh
vendored
|
@ -19,7 +19,6 @@ curl -sO https://apt.llvm.org/llvm.sh
|
|||
chmod +x llvm.sh
|
||||
./llvm.sh 13 all
|
||||
ln -sf /usr/bin/ld.lld-13 /usr/bin/ld
|
||||
#curl -sO https://cdn.cryptiiiic.com/bootstrap/Builder_Linux.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/bootstrap/linux_fix.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/deps/static/Linux/x86_64/Linux_x86_64_Release_Latest.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/deps/static/Linux/x86_64/Linux_x86_64_Debug_Latest.tar.zst &
|
||||
|
@ -32,7 +31,6 @@ tar xf Linux_x86_64_Debug_Latest.tar.zst -C ${DEP_ROOT}/Linux_x86_64_Debug &
|
|||
tar xf linux_fix.tar.zst -C ${TMPDIR}/Builder &
|
||||
tar xf cmake-3.23.2-linux-x86_64.tar.gz
|
||||
cp -RpP cmake-3.23.2-linux-x86_64/* /usr/local/ || true
|
||||
#tar xf Builder_Linux.tar.zst &
|
||||
wait
|
||||
rm -rf "*.zst"
|
||||
cd ${WORKFLOW_ROOT}
|
||||
|
|
5
.github/workflows/mac-bootstrap.sh
vendored
5
.github/workflows/mac-bootstrap.sh
vendored
|
@ -7,7 +7,6 @@ export BASE=/Users/runner/work/futurerestore/futurerestore/
|
|||
|
||||
cd ${WORKFLOW_ROOT}
|
||||
curl -sO https://cdn.cryptiiiic.com/bootstrap/bootstrap_x86_64.tar.zst &
|
||||
# curl -sO https://cdn.cryptiiiic.com/bootstrap/Builder_macOS.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/x86_64/macOS_x86_64_Release_Latest.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/arm64/macOS_arm64_Release_Latest.tar.zst &
|
||||
curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/x86_64/macOS_x86_64_Debug_Latest.tar.zst &
|
||||
|
@ -26,10 +25,6 @@ gtar xf macOS_x86_64_Debug_Latest.tar.zst -C ${DEP_ROOT}/macOS_x86_64_Debug &
|
|||
gtar xf macOS_arm64_Release_Latest.tar.zst -C ${DEP_ROOT}/macOS_arm64_Release &
|
||||
gtar xf macOS_arm64_Debug_Latest.tar.zst -C ${DEP_ROOT}/macOS_arm64_Debug &
|
||||
wait
|
||||
# gtar xf ${BASE}/Builder_macOS.tar.zst &
|
||||
sudo ${PROCURSUS}/bin/apt-get update -qq
|
||||
sudo ${PROCURSUS}/bin/apt-get dist-upgrade -yqq
|
||||
sudo ${PROCURSUS}/bin/apt-get install llvm-utils -yqq
|
||||
sudo mv /usr/local/bin{,1}
|
||||
cd ${BASE}
|
||||
git submodule update --init --recursive
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# futurerestore
|
||||
[](https://github.com/futurerestore/futurerestore/actions?workflow=CI)
|
||||
[](https://github.com/futurerestore/futurerestore/actions)
|
||||
|
||||
__Make sure to read this page before continuing.__
|
||||
|
||||
Latest **stable** compiled version can be found [here](https://github.com/futurerestore/futurerestore/releases).
|
||||
|
||||
For devices that support iOS 15, and WiFi-only iPad restores - use the latest beta build for your platform [here](https://nightly.link/m1stadev/futurerestore/workflows/ci/test).
|
||||
For devices that support iOS 15, and WiFi-only iPad restores - use the latest beta build for your platform [here](https://nightly.link/futurerestore/futurerestore/workflows/ci/main).
|
||||
|
||||
**There are currently no pre-compiled beta builds for Windows.**
|
||||
|
||||
|
|
Loading…
Reference in a new issue