Skip to content

Commit 7fe43c3

Browse files
committed
ci: add architecture specification to agent label
Should fix errors like: ``` clang: error: the clang compiler does not support '-march=native' ``` Caused by hitting the Apple M1 `arm64` host. Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 7491250 commit 7fe43c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.prs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
22

33
pipeline {
4-
agent { label getAgentLabel() }
4+
agent { label "${getAgentLabel()} && x86_64" }
55

66
parameters {
77
string(

0 commit comments

Comments
 (0)