Daniel Silverstone

Results 219 comments of Daniel Silverstone
trafficstars

This is certainly an interesting idea -- the separation of `RUSTUP_HOME` and `CARGO_HOME` is used by a lot of people to permit complex testing and other setups including sharing a...

For the most part, the compression scheme selected is up to the tool which generates the compiler releases. As far as I know, however, the manifest format only allows for...

In order to proceed on this, the infra team want some comparisons. Could you please gather: 1. For all artifacts of a nightly, what is the total size of the...

Thank you for these numbers. This implies that we can expect to see a roughly 7 to 8 percent increase in the size of a release moving from xz to...

I believe further discussion was had in #2488

The patch we were given expects that Illumos will give `uname -o` of `illumos` in order that it can transform `SunOS` into `illumos` for the OS detection. This patch is...

If you download the `rustup-init.sh` file and tweak it so that when it encounters that `uname -o` it still assumes the `Illumos` binary will work, does the resultant downloaded version...

OK, so this tells us that illumos has sufficiently different symbols that we're not going to be able to use the illumos rustup binary on true solaris. So the next...

So there's a number of potential things here. 1. htop may be reporting VM size which is not the same as RAM usage. If so, it's very likely overreporting. 2....

Is this resolved in 1.25.1 or do we need to still find out what the right fix is?