homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

rust 1.64.0

Open chenrui333 opened this issue 1 year ago • 4 comments

Created by brew bump


Created with brew bump-formula-pr.

resource blocks may require updates.

chenrui333 avatar Sep 22 '22 13:09 chenrui333

Cargo is now

    resource "cargo" do
      url "https://github.com/rust-lang/cargo.git",
          tag:      "0.65.0",
          revision: "387270bc7f446d17869c7f208207c73231d6a252"
    end

branchvincent avatar Sep 22 '22 14:09 branchvincent

Cargo is now

    resource "cargo" do
      url "https://github.com/rust-lang/cargo.git",
          tag:      "0.65.0",
          revision: "387270bc7f446d17869c7f208207c73231d6a252"
    end

but it not the commit in the source tree, https://github.com/rust-lang/rust/tree/1.64.0/src/tools?

How should I proceed?

chenrui333 avatar Sep 22 '22 21:09 chenrui333

Cargo is now

    resource "cargo" do
      url "https://github.com/rust-lang/cargo.git",
          tag:      "0.65.0",
          revision: "387270bc7f446d17869c7f208207c73231d6a252"
    end

but it not the commit in the source tree, https://github.com/rust-lang/rust/tree/1.64.0/src/tools?

How should I proceed?

It is?

image

Bo98 avatar Sep 22 '22 21:09 Bo98

Cargo is now

    resource "cargo" do
      url "https://github.com/rust-lang/cargo.git",
          tag:      "0.65.0",
          revision: "387270bc7f446d17869c7f208207c73231d6a252"
    end

but it not the commit in the source tree, https://github.com/rust-lang/rust/tree/1.64.0/src/tools? How should I proceed?

It is?

image

my bad, I thought the tag and commit were done at the same time, let me update it.

chenrui333 avatar Sep 23 '22 00:09 chenrui333

watchman fails to build on Monterey with

Undefined symbols for architecture x86_64:
    "folly::f14::detail::F14LinkCheck<(folly::f14::detail::F14IntrinsicsMode)1>::check()", referenced from:
        folly::f14::detail::F14Table<folly::f14::detail::VectorContainerPolicy<unsigned int, folly::Range<char const*>, void, void, void, std::__1::integral_constant<bool, true> > >::rehashImpl(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)::'lambda'()::operator()() const in libeden_service_thrift.a(eden_types.cpp.o)

Not sure what that's about, but I don't think it's Rust-related.

It smells like the -march flags issue, but I'm pretty sure we always pass the same -march flags on macOS.

carlocab avatar Sep 25 '22 07:09 carlocab

Failed on Catalina as well. Superenv doesn't seem to be adding -march flags, so that might be why. Logs: watchman.tar.gz

carlocab avatar Sep 25 '22 08:09 carlocab

Catalina is done, and Big Sur is midway through building watchman, so should be done in an hour and a half or so.

carlocab avatar Sep 25 '22 08:09 carlocab

:shipit: @carlocab has triggered a merge.

BrewTestBot avatar Sep 26 '22 01:09 BrewTestBot