Skip to content

Commit

Permalink
use sw.os.alpine-linux label instead of sw.os.musl for Alpine (adopti…
Browse files Browse the repository at this point in the history
…um#2336)

Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored and Icohedron committed Mar 15, 2021
1 parent 1294c8e commit ec0ca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def PLATFORM_MAP = [
],
'x86-64_alpine-linux' : [
'SPEC' : 'alpine-linux',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.musl',
'LABEL' : 'ci.role.test&&hw.arch.x86&&sw.os.alpine-linux',
],
'x86-32_linux' : [
'SPEC' : 'linux_x86',
Expand Down

0 comments on commit ec0ca21

Please sign in to comment.