Skip to content

Commit 83dccad

Browse files
Added DCO (#5950)
Signed-off-by: Sonal-Mahambrey1 <Sonal.Mahambrey1@ibm.com>
1 parent 1757843 commit 83dccad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

distribution/archives/build.gradle

+8-2
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,16 @@ distribution_archives {
167167
}
168168
}
169169

170-
// Should really be `no-jdk-linux-ppc64le` as it ships without a JDK, however it seems that the build can't handle
171-
// the absence of the `linux-ppc64le` target.
170+
172171
linuxPpc64leTar {
173172
archiveClassifier = 'linux-ppc64le'
173+
content {
174+
archiveFiles(modulesFiles('linux-ppc64le'), 'tar', 'linux', 'ppc64le', true)
175+
}
176+
}
177+
178+
noJdkLinuxPpc64leTar {
179+
archiveClassifier = 'no-jdk-linux-ppc64le'
174180
content {
175181
archiveFiles(modulesFiles('linux-ppc64le'), 'tar', 'linux', 'ppc64le', false)
176182
}

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ List projects = [
5050
'distribution:archives:no-jdk-linux-arm64-tar',
5151
'distribution:archives:linux-s390x-tar',
5252
'distribution:archives:linux-ppc64le-tar',
53+
'distribution:archives:no-jdk-linux-ppc64le-tar',
5354
'distribution:archives:linux-tar',
5455
'distribution:archives:no-jdk-linux-tar',
5556
'distribution:docker',

0 commit comments

Comments
 (0)