Skip to content

Commit

Permalink
deno_1: init at 1.46.3
Browse files Browse the repository at this point in the history
Move current deno to deno_1 to provide some stability until our next
release and until 1.46 is fully abandoned soon.
  • Loading branch information
06kellyjac committed Oct 10, 2024
1 parent ba70efe commit d2ff802
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ rustPlatform.buildRustPackage rec {
])
);

# work around "error: unknown warning group '-Wunused-but-set-parameter'"
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unknown-warning-option";

buildAndTestSubdir = "cli";

# work around "error: unknown warning group '-Wunused-but-set-parameter'"
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unknown-warning-option";
# The v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem
# To avoid this we pre-download the file and export it via RUSTY_V8_ARCHIVE
RUSTY_V8_ARCHIVE = librusty_v8;
env.RUSTY_V8_ARCHIVE = librusty_v8;

# Tests have some inconsistencies between runs with output integration tests
# Skipping until resolved
Expand All @@ -86,7 +85,6 @@ rustPlatform.buildRustPackage rec {
runHook postInstallCheck
'';

passthru.updateScript = ./update/update.ts;
passthru.tests = callPackage ./tests { };

meta = with lib; {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6847,6 +6847,8 @@ with pkgs;

deer = callPackage ../shells/zsh/zsh-deer { };

deno_1 = callPackage ../by-name/de/deno/1/package.nix { };

deqp-runner = callPackage ../tools/graphics/deqp-runner { };

detox = callPackage ../tools/misc/detox { };
Expand Down

0 comments on commit d2ff802

Please sign in to comment.