Exclude third_party/instrumented_libs/binaries

This commit is contained in:
Antoine Martin 2024-09-27 09:40:31 -04:00
parent 9233974b38
commit 50c83091ec
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -58,7 +58,7 @@ jobs:
- name: Packaging source
run: |
read _webrtcver < webrtcver
tar -cf webrtc-$_webrtcver.tar --exclude="ChangeLog*" --exclude="testdata/" --exclude="test_data/" --exclude="android_rust_toolchain/toolchain/" --exclude="base/" --exclude-backups --exclude-caches-all --exclude-vcs webrtc-$_webrtcver
tar -cf webrtc-$_webrtcver.tar --exclude="ChangeLog*" --exclude="testdata/" --exclude="test_data/" --exclude="android_rust_toolchain/toolchain/" --exclude="base/" --exclude=third_party/instrumented_libs/binaries --exclude-backups --exclude-caches-all --exclude-vcs webrtc-$_webrtcver
zstd --auto-threads=logical --ultra --long -22 -T"$ZSTD_LIMIT" -vv webrtc-$_webrtcver.tar -o webrtc-$_webrtcver.tar.zst
- name: Computing checksums
run: |