Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/eaaed1a2a54b473d70e7d3c69be14585691f84cc
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/eaaed1a2a54b473d70e7d3c69be14585691f84cc
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/eaaed1a2a54b473d70e7d3c69be14585691f84cc

The branch, master has been updated
       via  eaaed1a2a54b473d70e7d3c69be14585691f84cc (commit)
      from  18cfe7fc1567e9e8ff899ab95007e7477ce4d253 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/buildsystem.git/commit/?id=eaaed1a2a54b473d70e7d3c69be14585691f84cc
commit eaaed1a2a54b473d70e7d3c69be14585691f84cc
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    openbsd has changed its triple so we need to match that in the ci tools

diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 8a5fed3..2da910e 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -137,6 +137,10 @@ case ${BUILD} in
        MAKE=gmake
        ;;
 
+    x86_64-unknown-openbsd*)
+       MAKE=gmake
+       ;;
+
     x86_64-unknown-freebsd*)
        MAKE=gmake
        ;;    


-----------------------------------------------------------------------

Summary of changes:
 citools/jenkins-build.sh |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 8a5fed3..2da910e 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -137,6 +137,10 @@ case ${BUILD} in
        MAKE=gmake
        ;;
 
+    x86_64-unknown-openbsd*)
+       MAKE=gmake
+       ;;
+
     x86_64-unknown-freebsd*)
        MAKE=gmake
        ;;    


-- 
NetSurf Project build system

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to