Skip to content

Commit

Permalink
Fix debian install step
Browse files Browse the repository at this point in the history
Minor: purged classic install, doesn't work and it is not very useful
  • Loading branch information
Hook25 committed Jul 24, 2024
1 parent ef7345b commit 07bb04b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/checkbox-promote-beta-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- queue: 202012-28526
data_source: "distro: noble"

- queue: 202012-28526
data_source: "distro: jammy"
checkbox_runtime: checkbox22
checkbox_track: "22.04"

- queue: 202201-29865
data_source: "distro: bionic"
checkbox_runtime: checkbox18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test_data:
else
echo "Installing checkbox runtime on device (from deb package)"
_run sudo add-apt-repository -y ppa:checkbox-dev/$CHANNEL
_run install_packages checkbox-*
_run sudo DEBIAN_FRONTEND=noninteractive apt-get -qq install -o Dpkg::Options::="--force-confdef" -y --force-yes checkbox-ng python3-checkbox-ng checkbox-provider-base checkbox-provider-resource checkbox-provider-sru fswebcam obexftp wmctrl iperf mesa-utils vim pastebinit fwts xorg-dev gir1.2-clutter-1.0
# list installed checkbox-related packages to facilitate debugging
_run "apt list --installed | grep checkbox"
CHECKBOX_CLI_CMD="checkbox-cli"
Expand Down

0 comments on commit 07bb04b

Please sign in to comment.