forked from OnePlusOSS/android_kernel_oneplus_sm8150
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a2f65c
commit 444eb71
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,22 +30,22 @@ jobs: | |
- name: Set up ccache | ||
uses: hendrikmuhs/[email protected] | ||
|
||
- name: Remove unnecessary files | ||
run: | | ||
sudo rm -rf /opt/ghc | ||
sudo rm -rf "/usr/local/share/boost" | ||
sudo rm -rf /usr/share/dotnet | ||
sudo rm -rf "$AGENT_TOOLSDIRECTORY" | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update -y | ||
sudo apt install gcc-aarch64-linux-gnu -y | ||
sudo apt install gcc-arm-linux-gnueabi -y | ||
sudo apt install binutils make python3 libssl-dev build-essential bc bison flex unzip libssl-dev ca-certificates xz-utils mkbootimg cpio device-tree-compiler git git-lfs -y | ||
git clone https://github.com/grm34/proton-clang -b ZenMaxBuilder clang | ||
git clone https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9 aarch64 | ||
git clone https://github.com/grm34/proton-clang -b ZenMaxBuilder clang --depth=1 | ||
git clone https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9 aarch64 --depth=1 | ||
git clone https://github.com/snowwolf725/AnyKernel3 -b oneplus7 --depth=1 | ||
rm -rf AnyKernel3/.git | ||
- name: Remove unnecessary files | ||
run: | | ||
sudo rm -rf /opt/ghc | ||
sudo rm -rf "/usr/local/share/boost" | ||
sudo rm -rf /usr/share/dotnet | ||
sudo rm -rf "$AGENT_TOOLSDIRECTORY" | ||
- name: Get Version | ||
id: get_version | ||
run: | | ||
|