When running our testsuite with netty-tcnative-boringssl-static we should use an empty classifier. (#8396)
Motivation: We publish an "uber-jar" for netty-tcnative-boringssl-static so we should use it when testing against boringssl. Modifications: Ensure we use empty classifier. Result: Use uber-jar when testing
This commit is contained in:
parent
0ddc62cec0
commit
2109f14c24
@ -27,7 +27,7 @@ services:
|
||||
|
||||
test-boringssl-static:
|
||||
<<: *common
|
||||
command: /bin/bash -cl "./mvnw clean install -Dio.netty.testsuite.badHost=netty.io -Dtcnative.artifactId=netty-tcnative-boringssl-static"
|
||||
command: /bin/bash -cl "./mvnw clean install -Dio.netty.testsuite.badHost=netty.io -Dtcnative.artifactId=netty-tcnative-boringssl-static -Dtcnative.classifier="
|
||||
|
||||
shell:
|
||||
<<: *common
|
||||
|
Loading…
Reference in New Issue
Block a user