workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrea Righi <righi.andrea@gmail.com>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
	"Wedson Almeida Filho" <wedsonaf@gmail.com>,
	"Alex Gaynor" <alex.gaynor@gmail.com>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	"Gary Guo" <gary@garyguo.net>,
	"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
	"Benno Lossin" <benno.lossin@proton.me>,
	"Andreas Hindborg" <a.hindborg@samsung.com>,
	"Alice Ryhl" <aliceryhl@google.com>,
	rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org,
	patches@lists.linux.dev,
	"Jan Alexander Steffens" <heftig@archlinux.org>,
	"Johannes Löthberg" <johannes@kyriasis.com>,
	"Fabian Grünbichler" <debian@fabian.gruenbichler.email>,
	"Josh Stone" <jistone@redhat.com>,
	"Randy Barlow" <randy@electronsweatshop.com>,
	"Anna Figueiredo Gomes" <navi@vlhl.dev>,
	"Matoro Mahri" <matoro_gentoo@matoro.tk>,
	"Ryan Scheel" <ryan.havvy@gmail.com>, figsoda <figsoda@pm.me>,
	"Jörg Thalheim" <joerg@thalheim.io>,
	"Theodore Ni" <43ngvg@masqt.com>, Winter <nixos@winter.cafe>,
	"William Brown" <wbrown@suse.de>,
	"Xiaoguang Wang" <xiaoguang.wang@suse.com>,
	"Zixing Liu" <zixing.liu@canonical.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	workflows@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH 13/13] docs: rust: quick-start: add section on Linux distributions
Date: Fri, 5 Jul 2024 14:59:51 +0200	[thread overview]
Message-ID: <ZofuRz4LCJD8A4fk@gpd> (raw)
In-Reply-To: <CANiq72==+YBoQDBwEVuncY+ygeTkQPEbK00yBCPN3YWVk1L9XA@mail.gmail.com>

On Fri, Jul 05, 2024 at 12:50:35PM +0200, Miguel Ojeda wrote:
> On Fri, Jul 5, 2024 at 8:19 AM Andrea Righi <righi.andrea@gmail.com> wrote:
> >
> > This implicitly covers Ubuntu, since packages are sync'ed with Debian.
> 
> Do you mean the names (i.e. command) is the same, or that the newer
> versions from e.g. Sid can be used in Ubuntu? If the latter, that
> would be definitely worth adding, yeah -- is that supported / expected
> to work?

Command and package names are the same. We may also have different
(newer) versions than Sid, but this is up to foundations team.

Zixing, what do you think?

> 
> > In addition to that Ubuntu also provides versioned packages (such as
> > rustc-1.74, bindgen-0.65, etc.), so in case of special requirements
> > (e.g., older kernels) users should be able to install the required
> > version(s) using the packages provided by the distro.
> >
> > Maybe it's worth mentioning as a little note, so that users are aware of
> > these extra packages.
> 
> I thought about adding a section for Ubuntu to mention those -- so far
> I only added the distributions/commands that were likely to work with
> the versions supported by the kernel, with the idea of expand later as
> time passes. So I didn't add the versioned ones since the latest is
> 1.76, so it wouldn't work for the current kernel.
> 
> But it may be useful to state it nevertheless, since some people may
> only look at the latest docs. (Or perhaps Ubuntu can add Rust 1.79? :)

Actually, considering that this doc will go in newer kernels, probably
it's not worth to mention the *old* packages.

About Rust 1.79, calling out Zixing again... :) He may have newer Rust
packages in his ppa at some point, but I don't know how much we can
consider that ppa "official".

-Andrea

      reply	other threads:[~2024-07-05 12:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240701183625.665574-1-ojeda@kernel.org>
2024-07-01 18:36 ` [PATCH 06/13] rust: start supporting several compiler versions Miguel Ojeda
     [not found]   ` <70F3F3DD-AAE6-445A-AC16-C71A06C4EA06@kloenk.dev>
2024-07-04 15:26     ` Miguel Ojeda
2024-07-01 18:36 ` [PATCH 13/13] docs: rust: quick-start: add section on Linux distributions Miguel Ojeda
2024-07-05  6:19   ` Andrea Righi
2024-07-05  6:46     ` Fabian Grünbichler
2024-07-05 12:52       ` Miguel Ojeda
2024-07-05 13:09         ` Fabian Grünbichler
2024-07-05 13:46           ` Miguel Ojeda
2024-07-05 10:50     ` Miguel Ojeda
2024-07-05 12:59       ` Andrea Righi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZofuRz4LCJD8A4fk@gpd \
    --to=righi.andrea@gmail.com \
    --cc=43ngvg@masqt.com \
    --cc=a.hindborg@samsung.com \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=benno.lossin@proton.me \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=corbet@lwn.net \
    --cc=debian@fabian.gruenbichler.email \
    --cc=figsoda@pm.me \
    --cc=gary@garyguo.net \
    --cc=heftig@archlinux.org \
    --cc=jistone@redhat.com \
    --cc=joerg@thalheim.io \
    --cc=johannes@kyriasis.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matoro_gentoo@matoro.tk \
    --cc=miguel.ojeda.sandonis@gmail.com \
    --cc=navi@vlhl.dev \
    --cc=nixos@winter.cafe \
    --cc=ojeda@kernel.org \
    --cc=patches@lists.linux.dev \
    --cc=randy@electronsweatshop.com \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=ryan.havvy@gmail.com \
    --cc=wbrown@suse.de \
    --cc=wedsonaf@gmail.com \
    --cc=workflows@vger.kernel.org \
    --cc=xiaoguang.wang@suse.com \
    --cc=zixing.liu@canonical.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox