fix: Fix linglong build fail#370
Conversation
As title. Log: Fix linglong build fail
Reviewer's Guide by SourceryThis pull request updates the linglong.yaml files for arm64, amd64, and loong64 architectures to fix a build failure. It updates the package version, modifies the search path for service files during the build process, and updates the list of debian packages to install along with their URLs and digests. Updated class diagram for linglong.yamlclassDiagram
class linglong.yaml {
-id: string
-name: string
-version: string
-kind: string
-description: string
-build: string
-sources: list
}
note for linglong.yaml "This diagram shows the structure of the linglong.yaml file."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.5.19 |
There was a problem hiding this comment.
Hey @wangrong1069 - I've reviewed your changes - here's some feedback:
Overall Comments:
- It looks like you're updating the package versions and dependencies, so double-check that the application still functions as expected with these changes.
- Consider using a script to generate the sources list to avoid manual errors.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wangrong1069 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
As title.
Log: Fix linglong build fail
Summary by Sourcery
Fix linglong build configuration for deepin-camera
New Features:
Enhancements: