-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: s390x for build-images/rust-bullseye-stable-1-s390x #63
base: main
Are you sure you want to change the base?
fix: s390x for build-images/rust-bullseye-stable-1-s390x #63
Conversation
4ceb3f6
to
838c082
Compare
7b9df78
to
3122543
Compare
4aee2a0
to
68e31f1
Compare
Hi @dkhokhlov , |
@logdnabot test this please |
619a94b
to
9d3eb66
Compare
@dkhokhlov , @c-nixon , @logdnabot |
@logdnabot test this again please :) |
Jenkinsfile
Outdated
parameterizedCron( | ||
env.BRANCH_NAME ==~ 'main' ? 'H 8 * * 7 % PUBLISH_GCR_IMAGE=true;PUBLISH_ICR_IMAGE=true' : '' | ||
) | ||
} | ||
environment { | ||
DOCKER_BUILDKIT='1' | ||
SCCACHE_BUCKET='logdna-sccache-us-east-1' | ||
SCCACHE_REGION='us-east-1' | ||
SCCACHE_BUCKET='logdna-sccache-us-east-2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be us-east-1, we don't have infrastructure in us-east-2 so this just disables caching.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @c-nixon ,
I have updated the code SCCACHE_BUCKET='logdna-sccache-us-east-2
to SCCACHE_BUCKET='logdna-sccache-us-east-1
and commits the changes ,
could you please approve the PR again.
Thank you
9d3eb66
to
ec60458
Compare
We're encountering an internal error on our CI, we're looking into it |
@SivakaviKavitha
and
getting build error. do you see the same? |
Hi @dkhokhlov ,
Could you please suggest how to proceed on this. |
@SivakaviKavitha |
As @dkhokhlov said you could make this part conditional, the easiest place to do that would be to extend the conditional here to also check that the |
Thanks @c-nixon
As per this Release page, But still it fails to fetch the package. |
ec60458
to
b4ed292
Compare
Hi @dkhokhlov |
@SivakaviKavitha
I am building head:
|
Updated code for s390x version of build-images/rust-bullseye-stable-1-s390x
Fixes: #62