From nobody Mon Nov 29 03:17:00 2021 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C4D5318AED0B for ; Mon, 29 Nov 2021 03:17:24 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J2Vs05C47z4txS for ; Mon, 29 Nov 2021 03:17:24 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f50.google.com with SMTP id v23so19554964iom.12 for ; Sun, 28 Nov 2021 19:17:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vs3MevXtWYncfslw8W6hhYc4QWQs2Rylg+71kcVbAhU=; b=d40ILjMkvDYxAqk6D2MoHu94mfDz2dQPmoliFJrwFFvkb/pVnpe6FGwjXVH8jv4FKx FRVil9aZmEI5ntgTzX2jKqVZPclP7s9xFNKTNprREDfXFKUxiRY3r3/1CgJBzRvw5BtI w6diOB+mtBBCdQ5ORzUeCfhKcRukoDXq2dodu22Me3ulTHTfBgGDUHTVK2jOF5ov+mnI MEzS886kt8rByq/hsJGwgBTUFiYyqPSCS/fNGN/HR0mvGKFrkKpq+ksKoNmeSwWrHzUX pogCu8kEoPXE+QOWdsvJfp1AaFRJ2j8ndPFI0yfZDD9DIOk+b25NKzh5ClgPa+si4UXv x7lA== X-Gm-Message-State: AOAM533QcmMcK45PWNC+kq22NTC4uy7DLHFJTwes5EK1seYiZ32R/zIt AY8ifs2ljDpQiZr68PvRDYvNVgfTH7V1Funw0PU= X-Google-Smtp-Source: ABdhPJy/w71PGeyNaVYtvXR6xLijMefyfUtmmMkS9zgo4i7EXIlaiM9tyM1znt9ph17ofspQzHwv+BHqwXbaGTwCgeQ= X-Received: by 2002:a5d:818a:: with SMTP id u10mr53884298ion.140.1638155837969; Sun, 28 Nov 2021 19:17:17 -0800 (PST) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 References: <861r36xzpe.fsf@phe.ftfl.ca> <20211128220732.GA81140@troutmask.apl.washington.edu> <20211129003635.GA81568@troutmask.apl.washington.edu> In-Reply-To: <20211129003635.GA81568@troutmask.apl.washington.edu> From: Ed Maste Date: Sun, 28 Nov 2021 22:17:00 -0500 Message-ID: Subject: Re: Call for Foundation-supported Project Ideas To: Steve Kargl Cc: Jason Bacon , FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4J2Vs05C47z4txS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Sun, 28 Nov 2021 at 19:37, Steve Kargl wrote: > > It's certainly not the latest and greatest, > CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (1995.04-MHz K8-class CPU) If you're content to use a compiler from a package you can save a lot of time by building with `CROSS_TOOLCHAIN=llvm13` and `WITHOUT_TOOLCHAIN=yes`. Or, instead of WITHOUT_TOOLCHAIN perhaps `WITHOUT_CLANG=yes`, `WITHOUT_LLD=yes` and `WITHOUT_LLDB=yes`. Cirrus-CI builds CROSS_TOOLCHAIN and WITHOUT_TOOLCHAIN to reduce build time significantly, given that the vast majority of CI build/test runs are not targeting compiler changes.