Update neo2.yml
This commit is contained in:
14
.github/workflows/neo2.yml
vendored
14
.github/workflows/neo2.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: neo2 Build
|
name: v18_code_and_v18_config Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,11 +6,8 @@ on:
|
|||||||
- '.github/workflows/neo2.yml'
|
- '.github/workflows/neo2.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -22,8 +19,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: |
|
run: |
|
||||||
|
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 g++ python python3 file ecj fastjar java-propose-classpath
|
||||||
wget -O - https://raw.githubusercontent.com/friendlyarm/build-env-on-ubuntu-bionic/master/install.sh | bash
|
wget -O - https://raw.githubusercontent.com/friendlyarm/build-env-on-ubuntu-bionic/master/install.sh | bash
|
||||||
sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk
|
sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk
|
||||||
|
|
||||||
@@ -42,10 +40,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
rm -f .repo/manifests/h5.xml
|
rm -f .repo/manifests/h5.xml
|
||||||
cp ../original.xml .repo/manifests/h5.xml
|
cp ../h5-18.06.xml .repo/manifests/h5.xml
|
||||||
repo sync -c --no-clone-bundle
|
repo sync -c --no-clone-bundle
|
||||||
sed -i '/=m/d;/CONFIG_ALL_KMODS/d;/CONFIG_ALL_NONSHARED/d;/CONFIG_DEVEL/d;/docker/d;/DOCKER/d;/CONFIG_DISPLAY_SUPPORT/d' configs/config_h5
|
sed -i '/=m/d;/CONFIG_ALL_KMODS/d;/CONFIG_ALL_NONSHARED/d;/CONFIG_DEVEL/d;/docker/d;/DOCKER/d;/CONFIG_DISPLAY_SUPPORT/d' configs/config_h5
|
||||||
#sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk
|
sed -i '/CONFIG_TARGET_MULTI_PROFILE/d' configs/config_h5
|
||||||
|
sed -i 's/CONFIG_TARGET_DEVICE/CONFIG_TARGET/' configs/config_h5
|
||||||
|
sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk
|
||||||
|
|
||||||
- name: Clean Feeds
|
- name: Clean Feeds
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user