Reduce release bundle size by excluding PQ test data
This commit is contained in:
parent
74fd7a8ce4
commit
959d7c034e
|
|
@ -1,5 +1,7 @@
|
||||||
3.0.1
|
3.0.1
|
||||||
- 2023-08-01 Reduce release bundle size by excluding PQ test data
|
- 2023-08-01 Reduce release bundle size by excluding PQ test data
|
||||||
|
- 2023-07-28 Adding hmac.h to included headers
|
||||||
|
- 2023-08-01 Reduce release bundle size by excluding PQ test data
|
||||||
- 2023-08-01 Fix builds for features that require git patches
|
- 2023-08-01 Fix builds for features that require git patches
|
||||||
|
|
||||||
3.0.0
|
3.0.0
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@ include = [
|
||||||
"/LICENSE-MIT",
|
"/LICENSE-MIT",
|
||||||
"/deps/boringssl/**/*.[chS]",
|
"/deps/boringssl/**/*.[chS]",
|
||||||
"/deps/boringssl/**/*.asm",
|
"/deps/boringssl/**/*.asm",
|
||||||
"/deps/boringssl/**/*.json",
|
"/deps/boringssl/sources.json",
|
||||||
"/deps/boringssl/**/*.num",
|
"/deps/boringssl/src/crypto/obj/obj_mac.num",
|
||||||
"/deps/boringssl/**/objects.txt",
|
"/deps/boringssl/src/crypto/obj/objects.txt",
|
||||||
"/deps/boringssl/**/*.bzl",
|
"/deps/boringssl/**/*.bzl",
|
||||||
"/deps/boringssl/src/**/*.cc",
|
"/deps/boringssl/src/**/*.cc",
|
||||||
"/deps/boringssl/**/CMakeLists.txt",
|
"/deps/boringssl/**/CMakeLists.txt",
|
||||||
|
|
@ -28,9 +28,9 @@ include = [
|
||||||
"/deps/boringssl/LICENSE",
|
"/deps/boringssl/LICENSE",
|
||||||
"/deps/boringssl-fips/**/*.[chS]",
|
"/deps/boringssl-fips/**/*.[chS]",
|
||||||
"/deps/boringssl-fips/**/*.asm",
|
"/deps/boringssl-fips/**/*.asm",
|
||||||
"/deps/boringssl/**/*.json",
|
"/deps/boringssl/sources.json",
|
||||||
"/deps/boringssl/**/*.num",
|
"/deps/boringssl/src/crypto/obj/obj_mac.num",
|
||||||
"/deps/boringssl/**/objects.txt",
|
"/deps/boringssl/src/crypto/obj/objects.txt",
|
||||||
"/deps/boringssl-fips/**/*.bzl",
|
"/deps/boringssl-fips/**/*.bzl",
|
||||||
"/deps/boringssl-fips/src/**/*.cc",
|
"/deps/boringssl-fips/src/**/*.cc",
|
||||||
"/deps/boringssl-fips/**/CMakeLists.txt",
|
"/deps/boringssl-fips/**/CMakeLists.txt",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue