-
Notifications
You must be signed in to change notification settings - Fork 37
ci: split debian 11 amd/arm #533
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2518496
ci: decompose arm debian 11 from the qemu approach
v1v ace88d8
enable make goals for arm in debian 11
v1v 363d650
add debian11 sources for arm
v1v 3a95eee
use the correct url, debian11 is not archived
v1v f1da27d
use the correct apt sources
v1v 29de69e
trying to fix Certificate verification failed: The certificate is NOT…
v1v 06eb687
test: in isolation
v1v babde50
replace
v1v 40c38bf
those packages are already specific per platform
v1v 73dedc2
reverse
v1v 181d5fe
Revert "test: in isolation"
v1v 78c0b24
Merge branch 'main' into feature/debian-11-aarch-specific
v1v 8ccbefa
also for darwin/arm64
v1v 42d4e11
Merge branch 'feature/debian-11-aarch-specific' of https://github.com…
v1v 4b7a355
feat: proper username binaries arch for darwin and darwin-arm target …
pkoutsovasilis 04badb2
feat: remove multiarch for debian 10, 11, 12
pkoutsovasilis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,13 +25,15 @@ RUN \ | |
| libxml2-dev \ | ||
| libxml2 \ | ||
| libicu-dev \ | ||
| libicu57 \ | ||
| icu-devtools \ | ||
| libsystemd-dev \ | ||
| {{- if (ne .DEBIAN_VERSION "11") }} | ||
| libicu57 \ | ||
| librpm3 \ | ||
| librpmio3 \ | ||
| librpmbuild3 \ | ||
| librpmsign3 \ | ||
| {{- end }} | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixes those packages as far as I see are specific per platform and they are not available in debian 11 |
||
| libsqlite3-dev \ | ||
| libnss3 \ | ||
| libsqlite3-0 \ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| deb http://deb.debian.org/debian bullseye main | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See |
||
| deb [arch=arm64] http://deb.debian.org/debian-security bullseye-security main | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
See https://github.com/elastic/golang-crossbuild/pull/524/files#diff-78f24cf6131fffe363db9182e23c8e5ff491034e44c49dfc5678bb85ed5146e8R1