File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 ../../tools/icu/icutrim.py
5858 ../../tools/icu/no-op.cc
5959 ] ;
60+ potentiallyAlreadyRemovedFiles =
61+ # Files that are removed in the release tarball (see Makefile $(TARBALL) target)
62+ [ ( fileset . difference ../../deps/v8/test ../../deps/v8/test/torque ) ]
63+ ++ ( builtins . filter builtins . pathExists [
64+ ../../deps/v8/samples
65+ ../../deps/v8/tools/profviz
66+ ../../deps/v8/tools/run-tests.py
67+ ../../deps/v8/third_party/ittapi
68+ ] ) ;
69+ trackedFiles =
70+ ( {
71+ # This line is being modified by Makefile $(TARBALL) target, any change to it should be sync
72+ fileset = fileset . intersection ( fileset . gitTracked root ) ( fileset . unions files ) ;
73+ } ) . fileset ;
6074 in
6175 fileset . toSource {
6276 inherit root ;
63- fileset = fileset . intersection ( fileset . gitTracked root ) ( fileset . unions files ) ;
77+ fileset = fileset . difference trackedFiles ( fileset . unions potentiallyAlreadyRemovedFiles ) ;
6478 } ;
6579 v8Dir = "${ src } /deps/v8" ;
6680in
You can’t perform that action at this time.
0 commit comments