From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 2E97D1F487 for ; Tue, 31 Mar 2020 18:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726977AbgCaSrM (ORCPT ); Tue, 31 Mar 2020 14:47:12 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:54268 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726209AbgCaSrL (ORCPT ); Tue, 31 Mar 2020 14:47:11 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 031F7B9E06; Tue, 31 Mar 2020 14:47:10 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=4RBggfnmXBF8avUVdfhDJNi068c=; b=cNt4tb Uu+ND49970R2O4WzTXJOpRN2HE5Hznl2II+c0NyFDYM4k+7t8Sgx4TWQUpYgmoC8 w7z6Zfi4Ge8wupsj7+pXQDCsNdEg+EiLdjyN6oZ0XqqgjZFlIp9vWBv8QQtm9tSX ZYI1F/rS5WupNMcyo3wTiIChh1BHSPJzMibKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=l6A7fBg3Q7K2rPWMadduEtCV2EvAI0E7 BNZ6TA9VN/wdUaDPWivjFG2mhceUnGXVdfCRe4Z1avJLPkrbqjkPWDU8ARRgtwY2 FFpd4GJ93OPLk4W1wcXflFIGxsvLiWe2R2HAUvkC7kTzNtygQQ800roN5t1MTfR9 HOMLbT0ZdxI= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id EEF3CB9E05; Tue, 31 Mar 2020 14:47:09 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 330A3B9E04; Tue, 31 Mar 2020 14:47:07 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Danh Doan Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Johannes Schindelin Subject: Re: [PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions References: <20200331144648.GC15850@danh.dev> Date: Tue, 31 Mar 2020 11:47:05 -0700 In-Reply-To: <20200331144648.GC15850@danh.dev> (Danh Doan's message of "Tue, 31 Mar 2020 21:46:48 +0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 056CBBDE-7380-11EA-BC32-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Danh Doan writes: >> The only caveat is that this will only work once the patch series makes it >> to master. > > Github Actions also works in other branches, at least in pu: > https://github.com/sgn/git/runs/548975243?check_suite_focus=true > > Anyway, this series will conflicts with my series for linux-musl CI. > And, Github Actions' Documentation job in pu failed because of missing > "curl-config". > > Attached patches can be used to merge this series into pu. Please work together to have either one of them build on the other. Thanks.