Skip to content

Commit

Permalink
github-ci: add --force-removal-of-dependent-packages
Browse files Browse the repository at this point in the history
Without this option, a package gets installed with its dependencies
but those do not get removed, causing issues later on with other
packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Sep 19, 2020
1 parent f1c0e9f commit 836b4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ for PKG in /ci/*.ipk; do
echo "No test.sh script available"
fi

opkg remove "$PKG_NAME"
opkg remove "$PKG_NAME" --force-removal-of-dependent-packages --force-remove
done

0 comments on commit 836b4e1

Please sign in to comment.