[sysadmin/neon-tooling] /: add specific rugged native extension build debug
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 33b57b3afbba7d3c070f775d525a351edf688a03 by Carlos De Maine.
Committed on 19/07/2026 at 12:46.
Pushed by carlosdem into branch 'master'.
add specific rugged native extension build debug
M +1 -0 deploy_in_container.rake
https://invent.kde.org/sysadmin/neon-tooling/-/commit/33b57b3afbba7d3c070f775d525a351edf688a03
diff --git a/deploy_in_container.rake b/deploy_in_container.rake
index 9891f3d7..91243d8d 100644
--- a/deploy_in_container.rake
+++ b/deploy_in_container.rake
@@ -333,6 +333,7 @@ update: --no-document
# Add debug for checking what version is being used
bundle(*%w[--version])
+ bundle config build.rugged "--verbose"
bundle_install
FileUtils.rm_rf(final_path)