-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add support for s390x #5614
Add support for s390x #5614
Conversation
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
images/nginx/rootfs/build.sh
Outdated
@@ -364,8 +368,9 @@ make install | |||
|
|||
# build modsecurity library | |||
cd "$BUILD_PATH" | |||
git clone https://github.com/SpiderLabs/ModSecurity | |||
git clone --depth=100 https://github.com/SpiderLabs/ModSecurity |
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.
why depth 100?
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.
Because we are not using a tag, the commit we have now is ~67 behind master and we cannot use the last commit because of a refactor the module is having.
The reason of the depth is to speed up the build for arm,arm64, and s390x.
The build is passing. Image Before merging I will open a PR to use this new image and wait to pass e2e tests |
/hold cancel |
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: