All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: build with 32 bit stretch
@ 2018-07-23  8:04 Wei Liu
  2018-07-25 13:55 ` Doug Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2018-07-23  8:04 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu, Doug Goldstein

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
See: https://gitlab.com/liuw/xen/pipelines/26289145

Clang build failed. That should be fixed separately.
---
 .gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 682e48ef51..1b9877b348 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,38 @@ debian-stretch-gcc-debug:
     debug: y
     XEN_TARGET_ARCH: x86_64
 
+debian-stretch-32-clang:
+  <<: *build
+  variables:
+    <<: *clang
+    CONTAINER: debian:stretch-i386
+    debug: n
+    XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-clang-debug:
+  <<: *build
+  variables:
+    <<: *clang
+    CONTAINER: debian:stretch-i386
+    debug: y
+    XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-gcc:
+  <<: *build
+  variables:
+    <<: *gcc
+    CONTAINER: debian:stretch-i386
+    debug: n
+    XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-gcc-debug:
+  <<: *build
+  variables:
+    <<: *gcc
+    CONTAINER: debian:stretch-i386
+    debug: y
+    XEN_TARGET_ARCH: x86_32
+
 # Ubuntu Trusty's Clang is 3.4 while Xen requires 3.5
 
 ubuntu-trusty-gcc:
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] automation: build with 32 bit stretch
  2018-07-23  8:04 [PATCH] automation: build with 32 bit stretch Wei Liu
@ 2018-07-25 13:55 ` Doug Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein @ 2018-07-25 13:55 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel

On Mon, Jul 23, 2018 at 09:04:46AM +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked-by: Doug Goldstein <cardoe@cardoe.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-25 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23  8:04 [PATCH] automation: build with 32 bit stretch Wei Liu
2018-07-25 13:55 ` Doug Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.