-
Notifications
You must be signed in to change notification settings - Fork 109
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
new attempt to build Fedora35 #600
Closed
Closed
Changes from all commits
Commits
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 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,51 @@ | ||
FROM registry.fedoraproject.org/fedora:35 | ||
|
||
RUN sleep 30 | ||
RUN cat /etc/resolv.conf | ||
RUN curl -v http://google.com/ | ||
RUN curl -v http://fedora.org/ | ||
RUN curl -vL http://mirrors.fedoraproject.org/ | ||
|
||
# Install the base toolchain we need to build anything (clang, cmake, make and the like) | ||
# this does not include libraries that we need to compile different projects, we'd like | ||
# them in a different layer. | ||
RUN dnf --setopt=install_weak_deps=False install -y \ | ||
clang \ | ||
cmake \ | ||
dnf-plugins-core \ | ||
findutils \ | ||
gdb \ | ||
glibc-langpack-en \ | ||
lldb-devel \ | ||
llvm-devel \ | ||
make \ | ||
python \ | ||
which \ | ||
&& dnf clean all | ||
|
||
# Install tools used by build automation. | ||
RUN dnf --setopt=install_weak_deps=False install -y \ | ||
git \ | ||
tar \ | ||
procps \ | ||
zip \ | ||
&& dnf clean all | ||
|
||
# Dependencies of CoreCLR, Mono and CoreFX. | ||
RUN dnf --setopt=install_weak_deps=False install -y \ | ||
autoconf \ | ||
automake \ | ||
glibc-locale-source \ | ||
iputils \ | ||
krb5-devel \ | ||
libcurl-devel \ | ||
libgdiplus \ | ||
libicu-devel \ | ||
libomp-devel \ | ||
libtool \ | ||
libunwind-devel \ | ||
libuuid-devel \ | ||
lttng-ust-devel \ | ||
openssl-devel \ | ||
uuid-devel \ | ||
&& dnf clean all |
This file contains 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,19 @@ | ||
-----BEGIN PGP PUBLIC KEY BLOCK----- | ||
Version: GnuPG v1.4.7 (GNU/Linux) | ||
|
||
mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT | ||
LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV | ||
7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag | ||
OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j | ||
H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr | ||
M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs | ||
ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC | ||
AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH | ||
/32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe | ||
MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy | ||
7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV | ||
KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ | ||
XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+ | ||
NdCFTW7wY0Fb1fWJ+/KTsC4= | ||
=J6gs | ||
-----END PGP PUBLIC KEY BLOCK----- |
This file contains 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 |
---|---|---|
|
@@ -50,6 +50,19 @@ | |
} | ||
} | ||
] | ||
}, | ||
{ | ||
"platforms": [{ | ||
"dockerfile": "src/fedora/35/amd64", | ||
"os": "linux", | ||
"osVersion": "fedora35", | ||
"tags": { | ||
"fedora-35-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}, | ||
"fedora-35": { | ||
"isLocal": true | ||
} | ||
Comment on lines
+61
to
+63
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. There's no need for this since nothing is referencing a |
||
} | ||
}] | ||
} | ||
] | ||
} | ||
|
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.
What's all this about?