Skip to content

Commit dd8ddb7

Browse files
committed
fixup! tools: run CI with shared libs on GHA
1 parent fd1d632 commit dd8ddb7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

shell.nix

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,13 @@
1414
ngtcp2
1515
openssl
1616
simdjson
17+
simdutf
1718
sqlite
1819
uvwasi
1920
zlib
2021
zstd
2122
;
2223
http-parser = pkgs.llhttp;
23-
simdutf = pkgs.simdutf.overrideAttrs {
24-
version = "6.5.0";
25-
26-
src = pkgs.fetchFromGitHub {
27-
owner = "simdutf";
28-
repo = "simdutf";
29-
tag = "v6.5.0";
30-
hash = "sha256-bZ4r62GMz2Dkd3fKTJhelitaA8jUBaDjG6jOysEg8Nk=";
31-
};
32-
};
3324
},
3425
ccache ? pkgs.ccache,
3526
ninja ? pkgs.ninja,

0 commit comments

Comments
 (0)