From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13460 invoked by alias); 29 Apr 2018 22:04:31 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 13442 invoked by uid 89); 29 Apr 2018 22:04:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=strace, H*r:Unknown, bunch, UD:m4 X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 Apr 2018 22:04:27 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ae64169.7f7a41169a50-smtp-out-n03; Sun, 29 Apr 2018 22:04:25 -0000 (UTC) Date: Sun, 29 Apr 2018 22:04:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5ae6416913c5a_4a5e2b149dbd1c084044e@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] f6d8c2: Add docker testing for Gentoo Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5ae6416913756_4a5e2b149dbd1c08403b3"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00011.txt.bz2 ----==_mimepart_5ae6416913756_4a5e2b149dbd1c08403b3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3060 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f6d8c2ffbd15197baeeabbb5dae836c6df0d234f https://github.com/crosstool-ng/crosstool-ng/commit/f6d8c2ffbd15197baeeabbb5dae836c6df0d234f Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M testing/docker/common-scripts/su-as-user M testing/docker/dmgr.sh A testing/docker/gentoo-amd64/Dockerfile Log Message: ----------- Add docker testing for Gentoo Signed-off-by: Alexey Neyman Commit: 270eb003dc5326d7da0e48aded355467f08f176c https://github.com/crosstool-ng/crosstool-ng/commit/270eb003dc5326d7da0e48aded355467f08f176c Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M testing/docker/dmgr.sh Log Message: ----------- Update help Signed-off-by: Alexey Neyman Commit: 0f34b0ebf0651fd26fde1646ac1fb4031e0c57a2 https://github.com/crosstool-ng/crosstool-ng/commit/0f34b0ebf0651fd26fde1646ac1fb4031e0c57a2 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M scripts/build/debug/500-strace.sh Log Message: ----------- Fix strace 4.21+ on aarch64 ... which now defaults to --enable-mpers=yes, which attempts to invoke aarch64-*-gcc with -m32 and fails. Signed-off-by: Alexey Neyman Commit: 74979fb19b2c7220dab4196c0d34e0c29b341b09 https://github.com/crosstool-ng/crosstool-ng/commit/74979fb19b2c7220dab4196c0d34e0c29b341b09 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M config/configure.in.in M config/global/download.in M configure.ac A m4/ctng_log.m4 M m4/ctng_prog.m4 M m4/ctng_prog_stat.m4 M m4/ctng_version_check.m4 M paths.sh.in M scripts/crosstool-NG.sh R scripts/override/__default Log Message: ----------- Add checking for *sum and unzip Also improve logging (add an ability to log commands/files/environment variables to config.log) Signed-off-by: Alexey Neyman Commit: 5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d https://github.com/crosstool-ng/crosstool-ng/commit/5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M config/configure.in.in M config/global/download.in M configure.ac A m4/ctng_log.m4 M m4/ctng_prog.m4 M m4/ctng_prog_stat.m4 M m4/ctng_version_check.m4 M paths.sh.in M scripts/build/debug/500-strace.sh M scripts/crosstool-NG.sh R scripts/override/__default M testing/docker/common-scripts/su-as-user M testing/docker/dmgr.sh A testing/docker/gentoo-amd64/Dockerfile Log Message: ----------- Merge pull request #953 from stilor/docker-testing2 Docker configuration for Gentoo + a bunch of fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/51f0e7c649a8...5c24106d3b6d ----==_mimepart_5ae6416913756_4a5e2b149dbd1c08403b3--