Compare commits

..

1 Commits

Author SHA1 Message Date
Oleg Kalachev
4512204206 Make clover rosdep file more priority 2024-04-13 19:44:08 +03:00
3 changed files with 1 additions and 11 deletions

View File

@@ -28,10 +28,3 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3
with:
name: image
path: images/clover_*.zip
retention-days: 1

View File

@@ -58,7 +58,4 @@ sed -i 's/#SystemMaxUse=/SystemMaxUse=200M/' /etc/systemd/journald.conf
echo_stamp "Move /etc/ld.so.preload out of the way"
mv /etc/ld.so.preload /etc/ld.so.preload.disabled-for-build
echo_stamp "Setup apt so it store all the downloaded packages"
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/02keep-debs
echo_stamp "End of init image"

View File

@@ -184,7 +184,7 @@ EOF
# Restore original sources.list
#mv /var/sources.list.bak /etc/apt/sources.list
# Clean apt cache
# apt-get clean -qq > /dev/null
apt-get clean -qq > /dev/null
# Remove local mirror repository key
#apt-key del COEX-MIRROR