Title: [260560] trunk/Tools
- Revision
- 260560
- Author
- [email protected]
- Date
- 2020-04-23 01:47:37 -0700 (Thu, 23 Apr 2020)
Log Message
[Flatpak SDK] Install dependencies step needs configuration as argument
https://bugs.webkit.org/show_bug.cgi?id=210898
Reviewed by Philippe Normand.
* BuildSlaveSupport/build.webkit.org-config/steps.py:
(InstallGtkDependencies): Pass 'configuration' value (Release, Debug).
(InstallWpeDependencies): Pass 'configuration' value (Release, Debug).
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py (260559 => 260560)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py 2020-04-23 07:11:24 UTC (rev 260559)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py 2020-04-23 08:47:37 UTC (rev 260560)
@@ -192,7 +192,7 @@
name = "jhbuild"
description = ["updating gtk dependencies"]
descriptionDone = ["updated gtk dependencies"]
- command = ["perl", "./Tools/Scripts/update-webkitgtk-libs"]
+ command = ["perl", "./Tools/Scripts/update-webkitgtk-libs", WithProperties("--%(configuration)s")]
haltOnFailure = True
@@ -200,7 +200,7 @@
name = "jhbuild"
description = ["updating wpe dependencies"]
descriptionDone = ["updated wpe dependencies"]
- command = ["perl", "./Tools/Scripts/update-webkitwpe-libs"]
+ command = ["perl", "./Tools/Scripts/update-webkitwpe-libs", WithProperties("--%(configuration)s")]
haltOnFailure = True
Modified: trunk/Tools/ChangeLog (260559 => 260560)
--- trunk/Tools/ChangeLog 2020-04-23 07:11:24 UTC (rev 260559)
+++ trunk/Tools/ChangeLog 2020-04-23 08:47:37 UTC (rev 260560)
@@ -1,3 +1,14 @@
+2020-04-23 Diego Pino Garcia <[email protected]>
+
+ [Flatpak SDK] Install dependencies step needs configuration as argument
+ https://bugs.webkit.org/show_bug.cgi?id=210898
+
+ Reviewed by Philippe Normand.
+
+ * BuildSlaveSupport/build.webkit.org-config/steps.py:
+ (InstallGtkDependencies): Pass 'configuration' value (Release, Debug).
+ (InstallWpeDependencies): Pass 'configuration' value (Release, Debug).
+
2020-04-22 Darin Adler <[email protected]>
[Cocoa] Build with UChar as char16_t even in builds that use Apple's internal SDK
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes