From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58937 invoked by alias); 30 Apr 2018 06:58:34 -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 58923 invoked by uid 89); 30 Apr 2018 06:58:34 -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=retire, configurations, android, H*r:Unknown X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Apr 2018 06:58:30 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ae6be95.7fb884edf270-smtp-out-n01; Mon, 30 Apr 2018 06:58:29 -0000 (UTC) Date: Mon, 30 Apr 2018 06:58:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5ae6be93f2e55_53442b1679d5bc1c72c@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a3cc62: Restore the ability to build multiple configuratio... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5ae6be93f29d7_53442b1679d5bc1c7113"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00012.txt.bz2 ----==_mimepart_5ae6be93f29d7_53442b1679d5bc1c7113 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2411 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d https://github.com/crosstool-ng/crosstool-ng/commit/a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M scripts/crosstool-NG.sh Log Message: ----------- Restore the ability to build multiple configurations ... in the shared .build directory. Signed-off-by: Alexey Neyman Commit: b04bd522709fabbff4ebb010d12a8724df2c66c3 https://github.com/crosstool-ng/crosstool-ng/commit/b04bd522709fabbff4ebb010d12a8724df2c66c3 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M testing/docker/archlinux/Dockerfile Log Message: ----------- Add unzip to ArchLinux docker image Needed by android sample. Signed-off-by: Alexey Neyman Commit: bd60424e099623a148a5d186c6f268807e33896c https://github.com/crosstool-ng/crosstool-ng/commit/bd60424e099623a148a5d186c6f268807e33896c Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: A testing/docker/common-scripts/ctng-build-sample R testing/docker/common-scripts/ctng-test-all A testing/docker/common-scripts/ctng-test-basic M testing/docker/dmgr.sh Log Message: ----------- Add the ability to run some but not all samples in docker Also, build containers with --no-cache: distributions like ArchLinux retire their packages very quickly, need to always use up-to-date package databases. Signed-off-by: Alexey Neyman Commit: d7eed4ee52a793663ab364e2c0bb6b4303d4d6a5 https://github.com/crosstool-ng/crosstool-ng/commit/d7eed4ee52a793663ab364e2c0bb6b4303d4d6a5 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M scripts/crosstool-NG.sh M testing/docker/archlinux/Dockerfile A testing/docker/common-scripts/ctng-build-sample R testing/docker/common-scripts/ctng-test-all A testing/docker/common-scripts/ctng-test-basic M testing/docker/dmgr.sh Log Message: ----------- Merge pull request #954 from stilor/archlinux-add-unzip Add unzip to archlinux image Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5c24106d3b6d...d7eed4ee52a7 ----==_mimepart_5ae6be93f29d7_53442b1679d5bc1c7113--