diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-10 10:15:48 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-10 10:15:48 +0100 |
commit | 8be7aa457cc8907acccb75bf5efcdc26c5b952ee (patch) | |
tree | 313e1654739ae935d3a4fba928e7417b827cba8d /fetch_and_build.sh | |
parent | 3fb839710a459c2c177adf993df9e02d031c5a5a (diff) |
aggregate lib_feats.txt
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-x | fetch_and_build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |