From 76f75990577d120f14ae1b528210c8636e0d5d16 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 11 Aug 2019 22:55:48 +0200 Subject: [PATCH 1/7] newlib: update --- cross/pkgs/newlib/src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/pkgs/newlib/src b/cross/pkgs/newlib/src index 699179a..85e6cab 160000 --- a/cross/pkgs/newlib/src +++ b/cross/pkgs/newlib/src @@ -1 +1 @@ -Subproject commit 699179a66987482b0156645ee6fc7ea318c40d01 +Subproject commit 85e6cabc69ead5762cefc5d35b3590f7c1c5703a From 4025f9d26dfc61d58443ccb4de9237aa4a96c258 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 11 Aug 2019 23:32:33 +0200 Subject: [PATCH 2/7] devtools: fix runqemu --- src/jehanne/cmd/runqemu/runqemu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jehanne/cmd/runqemu/runqemu.go b/src/jehanne/cmd/runqemu/runqemu.go index 327654e..2a93576 100644 --- a/src/jehanne/cmd/runqemu/runqemu.go +++ b/src/jehanne/cmd/runqemu/runqemu.go @@ -13,7 +13,7 @@ import ( "os" "os/exec" "strings" - "github.com/kr/pty" + "github.com/creack/pty" "golang.org/x/crypto/ssh/terminal" ) From 97729c1fcfdf62be16e285b64abdb6e68eb636d2 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 11 Aug 2019 23:34:45 +0200 Subject: [PATCH 3/7] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cde0d87..7478cec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ third_party/pkg/ third_party/src/github.com/kr/ +third_party/src/github.com/creack/ third_party/src/golang.org/ *.build.log From 8ff8b9de750772346636fc0e1516bb00d8248c3a Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Mon, 12 Aug 2019 01:32:53 +0200 Subject: [PATCH 4/7] continuous-build.sh: don't fail on git clean --- continuous-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous-build.sh b/continuous-build.sh index c8249ad..b29c9af 100755 --- a/continuous-build.sh +++ b/continuous-build.sh @@ -42,7 +42,7 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then mv $JEHANNE/tmp/toolchain/* $JEHANNE/hacking/cross/toolchain/ else echo "Creating cross-compiling toolchain..." - (cd $JEHANNE/hacking/cross/; ./init.sh; git clean -xdf $JEHANNE/hacking/cross/tmp $JEHANNE/hacking/cross/src/) + (cd $JEHANNE/hacking/cross/; ./init.sh; git clean -q -xdf $JEHANNE/hacking/cross/tmp $JEHANNE/hacking/cross/src/) fi fi From 1781fc13930972ed486ca4bc7da7a030fd1ed705 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Mon, 12 Aug 2019 01:44:03 +0200 Subject: [PATCH 5/7] newlib: update --- cross/pkgs/newlib/src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/pkgs/newlib/src b/cross/pkgs/newlib/src index 85e6cab..b674052 160000 --- a/cross/pkgs/newlib/src +++ b/cross/pkgs/newlib/src @@ -1 +1 @@ -Subproject commit 85e6cabc69ead5762cefc5d35b3590f7c1c5703a +Subproject commit b67405210112e709c0e790dcf57f3436c3d7835d From f094ef7ff22a6414a12479c9493cea736f1cb001 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Mon, 12 Aug 2019 00:35:25 +0200 Subject: [PATCH 6/7] cross/init.sh: echo "done." to avoid wait to propagate the exit status of the dotter --- cross/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cross/init.sh b/cross/init.sh index 606acce..6291a4c 100755 --- a/cross/init.sh +++ b/cross/init.sh @@ -215,3 +215,4 @@ ln -sf /bin/bash $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-sh kill $dotter wait $dotter 2>/dev/null +echo "done." From 14e9ad0fe722db98d985453bd6dcf129b4e0a71b Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Tue, 27 Aug 2019 00:27:22 +0200 Subject: [PATCH 7/7] newlib: update --- cross/pkgs/newlib/src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/pkgs/newlib/src b/cross/pkgs/newlib/src index b674052..fef0609 160000 --- a/cross/pkgs/newlib/src +++ b/cross/pkgs/newlib/src @@ -1 +1 @@ -Subproject commit b67405210112e709c0e790dcf57f3436c3d7835d +Subproject commit fef060960822ab3d59c1b3d4125c7f33ace8217a