Backport PR #13715 to 7.17: artifacts: omit openssl_pkcs8_pure specs from built artifacts (#13852)

* artifacts: omit openssl_pkcs8_pure specs from built artifacts (#13715)

* artifacts: omit openssl_pkcs8_pure specs from built artifacts

* Exclude _all_ top-level spec and test directories from built artifacts

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit 0369ba208d)

* Update releasenotes.asciidoc (#13701)

Fixed OS name. Ubuntu instead of Ununtu.

Co-authored-by: Cris da Rocha <cdarocha.astro@gmail.com>
This commit is contained in:
Ry Biesemeyer 2022-03-04 17:33:49 -08:00 committed by GitHub
parent fb68365e45
commit 6fe6bc1054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -84,6 +84,10 @@ namespace "artifact" do
@exclude_paths << "bin/rspec" @exclude_paths << "bin/rspec"
@exclude_paths << "bin/rspec.bat" @exclude_paths << "bin/rspec.bat"
# vendored test/spec artifacts from upstream
@exclude_paths << 'vendor/**/gems/*/test/**/*'
@exclude_paths << 'vendor/**/gems/*/spec/**/*'
@exclude_paths @exclude_paths
end end