From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-4018.proton.ch (mail-4018.proton.ch [185.70.40.18]) by sourceware.org (Postfix) with ESMTPS id 433843858D35 for ; Thu, 12 Jan 2023 12:56:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 433843858D35 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=vrany.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrany.io Date: Thu, 12 Jan 2023 12:56:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrany.io; s=protonmail3; t=1673528214; x=1673787414; bh=QK/zitijKQI+YoX7xJqXpISkCpMlCTkOplTKKAbXXNU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=AxxLsXnJ1WOHXWTWRkCkqWzXTgYuGM1GKYXajmqEBFdJTe+z1FoqLlBZYuXc8voFc ZtDjM/5jO61SDBpkliom/HkcfseZVTNvh9rBEbc2stPsj6VA5aGQh8Kn12FEZheAOw 99ZjKroQipAL4vt7I5FxQdY7tRNoHawc+qTXxplYKQWqyItXQmoUTTaNy3ImQHoPnV 2d76uuiuhieZHjEEaoHjonwpZ4cBo768VirNlNGeptihOdLH3loum3fgCDvHzFG5v1 U0CdhxcynFF3ZqFyPHbrfNfHo/LcSHomGm/wfQwRBSpt9cvmqG7Kn2taZ3k/sLDPhR z1yGMUb7l9MKA== To: GDB mailing list From: Jan Vrany Subject: CI scripts Message-ID: Feedback-ID: 40767693:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Simon, about a month ago when you helped me with use-after-free fix you wrote: > I ran the patch through my CI job, looks good. I'm wondering whether the CI scripts for your job are available? I'd like to setup a similar job on my CI to avoid similar problems in future. I'm especially interested in "configure ..." and "make check ..."=C2=A0 commands. Thanks! Jan