Skip to content

Commit

Permalink
Merge pull request #909 from imjasonh/meson-nodownload
Browse files Browse the repository at this point in the history
meson/configure: don't download subprojects by default
  • Loading branch information
kaniini authored Jan 2, 2024
2 parents 4cb84c1 + 08f29da commit a2eb26c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/build/pipelines/meson/configure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ inputs:
Compile options for the Meson build.
pipeline:
# Don't download subprojects by default. We want to use only the source
# provided by the project, and if any subprojects are needed we should
# provide them ourselves.
# Ref: https://mesonbuild.com/Subprojects.html#commandline-options
- runs: |
meson setup . ${{inputs.output-dir}} \
--prefix=/usr \
--wrap-mode=nodownload \
${{inputs.opts}}

0 comments on commit a2eb26c

Please sign in to comment.