This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 245ae74d3094c9b36dc98a77e1ad0f638df0e4cd Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Aug 3 15:38:11 2021 +0100 Temporarily disable quarkiverse-google-cloud extensions native builds #2979 --- integration-tests/google-bigquery/pom.xml | 2 ++ integration-tests/google-pubsub/pom.xml | 2 ++ integration-tests/google-storage/pom.xml | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index db24375..21f3a48 100644 --- a/integration-tests/google-bigquery/pom.xml +++ b/integration-tests/google-bigquery/pom.xml @@ -75,6 +75,7 @@ </dependency> </dependencies> + <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979 <profiles> <profile> <id>native</id> @@ -104,5 +105,6 @@ </build> </profile> </profiles> + --> </project> diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml index af7b3bc..4c65813 100644 --- a/integration-tests/google-pubsub/pom.xml +++ b/integration-tests/google-pubsub/pom.xml @@ -72,6 +72,7 @@ </dependency> </dependencies> + <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979 <profiles> <profile> <id>native</id> @@ -101,5 +102,6 @@ </build> </profile> </profiles> + --> </project> diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml index 93eb9d2..82b04ed 100644 --- a/integration-tests/google-storage/pom.xml +++ b/integration-tests/google-storage/pom.xml @@ -110,6 +110,7 @@ </dependency> </dependencies> + <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979 <profiles> <profile> <id>native</id> @@ -139,5 +140,5 @@ </build> </profile> </profiles> - + --> </project>