Update r2s_lean_minimal.yml
This commit is contained in:
4
.github/workflows/r2s_lean_minimal.yml
vendored
4
.github/workflows/r2s_lean_minimal.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
#if: github.event.repository.owner.id == 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -26,6 +27,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: |
|
run: |
|
||||||
|
echo github.event.repository.owner.id
|
||||||
sudo rm -rf /etc/apt/sources.list.d
|
sudo rm -rf /etc/apt/sources.list.d
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install bc build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
|
sudo apt-get -y install bc build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
|
||||||
@@ -43,7 +45,7 @@ jobs:
|
|||||||
cd friendlywrt-rk3328
|
cd friendlywrt-rk3328
|
||||||
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle --depth=1
|
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle --depth=1
|
||||||
repo sync -c --no-tags --no-clone-bundle -j8
|
repo sync -c --no-tags --no-clone-bundle -j8
|
||||||
cd friendlywrt/ && git fetch
|
cd friendlywrt/ && git fetch --unshallow
|
||||||
|
|
||||||
- name: Patch Kernel
|
- name: Patch Kernel
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user