mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
Meta: Skip build directories when building Ladybird module in flatpak
flatpak-builder doesn't respect .gitignore when creating its local build directory, so we need to explicitly skip potentially large ignored directories to avoid bloating the flatpak build directory during builds.
This commit is contained in:
parent
b3d52a8238
commit
08221c2534
Notes:
github-actions[bot]
2025-07-23 21:13:52 +00:00
Author: https://github.com/JanKoudijs
Commit: 08221c2534
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5500
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 5 additions and 1 deletions
|
@ -493,7 +493,11 @@
|
|||
},
|
||||
{
|
||||
"type": "dir",
|
||||
"path": "../../../"
|
||||
"path": "../../../",
|
||||
"skip": [
|
||||
"Build",
|
||||
"Tests/LibWeb/WPT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"build-options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue