Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stim87 patch 2 #258

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ task:
timeout_in: 120m
container:
image: ghcr.io/sushrut1101/docker:arch
cpu: 8
memory: 20G
cpu: 6
memory: 16G

Checks_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/checks.sh)"
Expand Down
10 changes: 5 additions & 5 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

# Device
export FOX_BRANCH="fox_9.0"
export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0"
export FOX_BRANCH="fox_12.1"
export DT_LINK=" https://github.com/stim87/RMX2155_tree_device.git-b fox_12.1"

export DEVICE="beryllium"
export OEM="xiaomi"
export DEVICE="RMX2155"
export OEM="realme"

# Build Target
## "recoveryimage" - for A-Only Devices without using Vendor Boot
Expand All @@ -22,7 +22,7 @@ DEPS=(
)

# Extra Command
export EXTRA_CMD="export OF_MAINTAINER=Sushrut1101"
export EXTRA_CMD="export OF_MAINTAINER=Stim"

# Magisk
## Use the Latest Release of Magisk for the OrangeFox addon
Expand Down