chore: Unify linglong.yaml#309
Conversation
- Update linglong base and runtime to 25.2.2. - Use buildext and `apt install --download-only` instead of sources to download dependency packages. Log: Unify linglong.yaml Task: https://pms.uniontech.com/task-view-386771.html
There was a problem hiding this comment.
Sorry @dengzhongyuan365-dev, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
deepin pr auto reviewI'll analyze the changes made to the Summary of ChangesThe main changes made to the
Detailed Changes1. Base and Runtime Updates# Before
base: org.deepin.base/25.2.1/x86_64
runtime: org.deepin.runtime.dtk/25.2.1/x86_64
# After
base: org.deepin.base/25.2.2
runtime: org.deepin.runtime.dtk/25.2.2
2. Build Dependencies Simplification# Before
build: |
bash ./install_dep linglong/sources "${PREFIX}"
# After
build: |
apt -y install --download-only deepin-gettext-tools libdtk6gui-dev libdtk6widget-dev qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-svg-dev libgtest-dev libical-dev libgcrypt20-dev
bash ./install_dep /var/cache/apt/archives "$PREFIX"
3. Build Extension Addition# New section
buildext:
apt:
build_depends:
- libc6
4. Architecture Files Removal
Benefits of These Changes
Potential Impacts
These changes modernize the build configuration, making it more maintainable and aligned with standard packaging practices while preserving the core functionality of the application build process. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind 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 |
|
/merge |
|
This pr cannot be merged! (status: unstable) |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
122bbd9
into
linuxdeepin:develop/snipe
apt install --download-onlyinstead of sources to download dependency packages.Log: Unify linglong.yaml
Task: https://pms.uniontech.com/task-view-386771.html