Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno 1.45.4 #178635

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Formula/d/deno.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Deno < Formula
desc "Secure runtime for JavaScript and TypeScript"
homepage "https://deno.com/"
url "https://github.com/denoland/deno/releases/download/v1.45.2/deno_src.tar.gz"
sha256 "d8d74295d2f0a1362a2d03a452f522d8e251fb63d186365aa4be0516fc010c01"
url "https://github.com/denoland/deno/releases/download/v1.45.4/deno_src.tar.gz"
sha256 "371332927efd9e37b1aed42546baab5e67e173c55c00ad82ad2a79a643be420b"
license "MIT"
head "https://github.com/denoland/deno.git", branch: "main"

Expand Down Expand Up @@ -44,8 +44,8 @@
# TODO: Remove this and `v8` resource when https://github.com/denoland/rusty_v8/issues/1065 is resolved
# VERSION=#{version} && curl -s https://raw.githubusercontent.com/denoland/deno/v$VERSION/Cargo.lock | grep -C 1 'name = "v8"'
resource "rusty_v8" do
url "https://static.crates.io/crates/v8/v8-0.97.0.crate"
sha256 "5ecc402c55b363c29901bdd0613c68213b01c5b2a3ee362d5e985cb74901b472"
url "https://static.crates.io/crates/v8/v8-0.99.0.crate"
sha256 "fa3fc0608a78f0c7d4ec88025759cb78c90a29984b48540060355a626ae329c1"
end

# Find the v8 version from the last commit message at:
Expand All @@ -58,8 +58,8 @@

# VERSION=#{version} && curl -s https://raw.githubusercontent.com/denoland/deno/v$VERSION/Cargo.lock | grep -C 1 'name = "deno_core"'
resource "deno_core" do
url "https://github.com/denoland/deno_core/archive/refs/tags/0.293.0.tar.gz"
sha256 "975a84cd886f0674aa2a88fb9250957a132eda9f76b7f024b62831c425ae166b"
url "https://github.com/denoland/deno_core/archive/refs/tags/0.299.0.tar.gz"
sha256 "95afc1ba85d1550290801207521ad0c6e293ca103ee6ee29cfa08b3eba82c2e8"
end

# To find the version of gn used:
Expand All @@ -72,7 +72,7 @@
revision: "70d6c60823c0233a0f35eccc25b2b640d2980bdc"
end

def install

Check failure on line 75 in Formula/d/deno.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle deno` failed on Linux!

PAGE='https://github.com/rust-num/num-bigint' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-bigint CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-bigint' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/deno-20240727-18802-qz1dny/deno/target/release/deps:/tmp/deno-20240727-18802-qz1dny/deno/target/release:/home/linuxbrew/.linuxbrew/Cellar/rust/1.79.0_1/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=z OUT_DIR=/tmp/deno-20240727-18802-qz1dny/deno/target/release/build/num-bigint-890183cf55dc67fa/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /tmp/deno-20240727-18802-qz1dny/deno/target/release/build/num-bigint-0a856766a883ff5b/build-script-build` [num-bigint 0.4.4] cargo:rustc-cfg=u64_digit [num-bigint 0.4.4] cargo:rustc-cfg=has_try_from [num-bigint 0.4.4] cargo:rustc-cfg=use_addcarry [num-bigint 0.4.4] cargo:rerun-if-changed=build.rs Compiling socket2 v0.5.5 Running `CARGO=/home/linuxbrew/.linuxbrew/Cellar/rust/1.79.0_1/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5 CARGO_PKG_AUTHORS='Alex Crichton <[email protected]>:Thomas de Zeeuw <[email protected]>' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration possible intended. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/socket2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/socket2' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/deno-20240727-18802-qz1dny/deno/target/release/deps rustc --crate-name socket2 --edition=2021 /home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C codegen-units=1 --cfg 'feature="all"' -C metadata=c8af5840efd1156d -C extra-filename=-c8af5840efd1156d --out-dir /tmp/deno-20240727-18802-qz1dny/deno/target/release/deps -C strip=debuginfo -L dependency=/tmp/deno-20240727-18802-qz1dny/deno/target/release/deps --extern libc=/tmp/deno-20240727-18802-qz1dny/deno/target/release/deps/liblibc-a53b39dca257e383.rmeta --cap-lints warn --codegen target-cpu=core2` Running `CARGO=/home/linuxbrew/.linuxbrew/Cellar/rust/1.79.0_1/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0 CARGO_PKG_AUTHORS='Sean McArthur <[email protected]>' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/deno-20240727-18802-qz1dny/deno/target/release/deps rustc --crate-name num_cpus --edition=2015 /home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=227663ed80b24f33 -C extra-filename=-227663ed80b24f33 --out-dir /tmp/deno-20240727-18802-qz1dny/deno/target/release/deps -C strip=debuginfo -L dependency=/tmp/deno-20240727-18802-qz1dny/deno/target/releas
# Work around files missing from crate
# TODO: Remove this at the same time as `rusty_v8` + `v8` resources
resource("rusty_v8").stage buildpath/"../rusty_v8"
Expand Down
Loading