File tree 1 file changed +27
-1
lines changed
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ SPECS = [
161
161
' junitPublish' : true
162
162
],
163
163
' linux_riscv64_cross' : [
164
- ' alias' : ' riscv ' ,
164
+ ' alias' : ' riscv_cross ' ,
165
165
' label' : ' compile:riscv64:cross' ,
166
166
' reference' : defaultReference,
167
167
' environment' : [
@@ -180,6 +180,32 @@ SPECS = [
180
180
' testArgs' : ' ' ,
181
181
' junitPublish' : true
182
182
],
183
+ ' linux_riscv64' : [
184
+ ' alias' : ' riscv' ,
185
+ ' label' : ' hw.arch.riscv64' ,
186
+ ' reference' : defaultReference,
187
+ ' environment' : [
188
+ ' PATH+CCACHE=/usr/lib/ccache/' ,
189
+ /*
190
+ * As of now, native RISC-V build agents are running as a Docker containers
191
+ * so we need to set OMR_RUNNING_IN_DOCKER even though the build itself does not
192
+ * use Docker. Otherwise sysinfo_is_running_in_container would fail.
193
+ */
194
+ ' OMR_RUNNING_IN_DOCKER=1'
195
+ ],
196
+ ' ccache' : true ,
197
+ ' buildSystem' : ' cmake' ,
198
+ ' builds' : [
199
+ [
200
+ ' buildDir' : cmakeBuildDir,
201
+ ' configureArgs' : ' -Wdev -C../cmake/caches/Travis.cmake' ,
202
+ ' compile' : defaultCompile
203
+ ]
204
+ ],
205
+ ' test' : true ,
206
+ ' testArgs' : ' ' ,
207
+ ' junitPublish' : true
208
+ ],
183
209
' linux_x86' : [
184
210
' alias' : ' x32linux' ,
185
211
' label' : ' compile:xlinux' ,
You can’t perform that action at this time.
0 commit comments