|
@@ -110,7 +110,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
chown -R buildbot:buildbot openwrt
|
|
chown -R buildbot:buildbot openwrt
|
|
|
|
|
|
- - name: Set AUTOREMOVE config for tools container
|
|
|
|
|
|
+ - name: Set configs for tools container
|
|
if: github.event_name == 'push'
|
|
if: github.event_name == 'push'
|
|
shell: su buildbot -c "sh -e {0}"
|
|
shell: su buildbot -c "sh -e {0}"
|
|
working-directory: openwrt
|
|
working-directory: openwrt
|
|
@@ -118,6 +118,7 @@ jobs:
|
|
touch .config
|
|
touch .config
|
|
echo CONFIG_DEVEL=y >> .config
|
|
echo CONFIG_DEVEL=y >> .config
|
|
echo CONFIG_AUTOREMOVE=y >> .config
|
|
echo CONFIG_AUTOREMOVE=y >> .config
|
|
|
|
+ echo CONFIG_CCACHE=y >> .config
|
|
|
|
|
|
- name: Make prereq
|
|
- name: Make prereq
|
|
shell: su buildbot -c "sh -e {0}"
|
|
shell: su buildbot -c "sh -e {0}"
|