Skip to content

Conversation

@rickysarraf
Copy link
Owner

No description provided.

@rickysarraf rickysarraf self-assigned this Mar 4, 2025
So that we have a working set.uris file because with
no deb-src repository enabled, fetching the source packages
feature will not work.

This in turn aborts/invalidates all of our tests
@rickysarraf rickysarraf requested a review from Copilot March 6, 2025 07:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR fixes tests ensuring the correct invocation of apt-offline by updating the CI workflow configuration.

  • Updated the GitHub Actions workflow to add a repository enabling command.

Reviewed Changes

File Description
.github/workflows/main.yml Added a repository enabling command to support apt-offline testing.

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +32 to 33
sudo add-apt-repository -s
Copy link

Copilot AI Mar 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added command appears incomplete as it lacks a repository argument, which may lead to failures during the workflow execution. Please update the command with the appropriate repository or remove it if it was added unintentionally.

Suggested change
sudo add-apt-repository -s
sudo add-apt-repository -s universe

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants