mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
move external depends
This commit is contained in:
parent
eb3df8dda8
commit
9428c633fb
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -74,14 +74,14 @@ jobs:
|
||||
cp -Ru files/* .buildroot
|
||||
cd .buildroot
|
||||
echo "Generating default config"
|
||||
make BR2_EXTERNAL=../external arpl_defconfig
|
||||
make BR2_EXTERNAL=./external arpl_defconfig
|
||||
|
||||
# Download sources if not cached
|
||||
- name: Download buildroot packages source
|
||||
if: steps.dl-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd .buildroot
|
||||
make BR2_EXTERNAL=../external source
|
||||
make BR2_EXTERNAL=./external source
|
||||
|
||||
# Prepare buildroot for first make
|
||||
- name: Prepare buildroot
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
run: |
|
||||
echo "First make"
|
||||
cd .buildroot
|
||||
make BR2_EXTERNAL=../external
|
||||
make BR2_EXTERNAL=./external
|
||||
|
||||
# calculates the version number and push
|
||||
- name: Calculate version
|
||||
@ -160,9 +160,9 @@ jobs:
|
||||
|
||||
cd .buildroot
|
||||
echo "Generating default config"
|
||||
make BR2_EXTERNAL=../external arpl_defconfig
|
||||
make BR2_EXTERNAL=./external arpl_defconfig
|
||||
echo "Building..."
|
||||
make BR2_EXTERNAL=../external
|
||||
make BR2_EXTERNAL=./external
|
||||
cd -
|
||||
# qemu-img convert -O vmdk arpl.img arpl-dyn.vmdk
|
||||
# qemu-img convert -O vmdk -o adapter_type=lsilogic arpl.img -o subformat=monolithicFlat arpl.vmdk
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Busybox version: x.xx.x
|
||||
# Wed Jun 22 14:12:15 2022
|
||||
#
|
||||
# make: make BR2_EXTERNAL=../external busybox-menuconfig
|
||||
# make: make BR2_EXTERNAL=./external busybox-menuconfig
|
||||
# path: /output/build/busybox-x.x.xx/.config
|
||||
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 6.x.xx Kernel Configuration
|
||||
#
|
||||
# make: make BR2_EXTERNAL=../external linux-menuconfig
|
||||
# make: make BR2_EXTERNAL=./external linux-menuconfig
|
||||
# path: /output/build/linux-6.x.xx/.config
|
||||
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user