From 8be7aa457cc8907acccb75bf5efcdc26c5b952ee Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 10 Dec 2021 10:15:48 +0100 Subject: aggregate lib_feats.txt --- fetch_and_build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 fetch_and_build.sh (limited to 'fetch_and_build.sh') diff --git a/fetch_and_build.sh b/fetch_and_build.sh new file mode 100755 index 0000000..5c9eaa0 --- /dev/null +++ b/fetch_and_build.sh @@ -0,0 +1,5 @@ +(cd caniuse.rs; git checkout main; git pull --ff-only) +(cd ~/repos-contrib/rust; git checkout master; git pull --ff-only) +./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt +rm -r build/ +./build.py -- cgit v1.2.3