-
Notifications
You must be signed in to change notification settings - Fork 2.4k
infra: Roll OUR_LLVM_REVISION #11714
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
Changes from all commits
d7624af
e040cda
445af02
32cc42f
f5c348a
7c7b5fe
7426bbe
9734c6d
831a115
59acb96
9edffe3
7cecde1
b572e75
af99d25
facb3da
99eb541
63ad15e
73f101e
36cfd0d
497dbc7
1a37f77
6560eff
0371eb1
0e04b75
e8dece5
1b5c0a9
ac94e64
67511e4
e681e68
0fe67e0
d6a2a3e
5f4bc6d
a01baa6
f136d02
39fa5d7
9ac77b2
dbc0a35
a51f59b
cb50b3a
1431b42
68ac6c7
31053b8
7add704
a8f0448
b0b3c5c
4b102bb
e80d234
61ade86
ac41c22
77418cd
c243fda
730b595
83510f6
3900a29
77e2416
05f9912
8411086
6fbacb2
5fe9a77
21d3761
fd20335
488a9eb
a440a47
a996285
a996f20
44c695d
ac95179
1fa5335
d083d8b
659d1e6
8a14a29
601eb97
32fee35
1614e2f
0f72c7f
53d96ab
5e168fe
27148ba
5b56d71
7271062
7977bcd
314d7d9
672117a
e2fffee
2a40864
cf1c790
767c7d3
321ebca
c6a6d86
cdd10ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
# | ||
################################################################################ | ||
|
||
FROM gcr.io/oss-fuzz-base/base-builder | ||
FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e | ||
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. It would be really incredible if you could leave a comment on each of these pinnings where we link back to this PR, and in this PR you could explain how to find the build failure logs. 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. I didn't preserve all failure logs, so my recommendation would be to create a follow-up pull request to un-pin all projects and then run a trial build to gather the all current failure logs in one run. Then, I can add a link to that run in all affected projects. |
||
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors | ||
RUN apt-get update && apt-get install -y make autoconf automake libtool libomp-dev libgomp1 nodejs | ||
COPY build.sh *.diff $SRC/ | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ vendor_ccs: | |
- "[email protected]" | ||
sanitizers: | ||
- address | ||
- memory | ||
# - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-f5583c45-faa2-44d4-8b2f-b27e83c25588.txt | ||
- undefined | ||
architectures: | ||
- x86_64 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ auto_ccs: | |
- [email protected] | ||
sanitizers: | ||
- address | ||
- memory | ||
# - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-bf77a9dc-080e-4e3b-ba89-cbaf65a54e61.txt | ||
- undefined | ||
architectures: | ||
- x86_64 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ auto_ccs: | |
- "[email protected]" | ||
sanitizers: | ||
- address | ||
- memory | ||
# - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-95e0163b-a2c5-4cfe-8e1f-dcf521c125e0.txt | ||
- undefined | ||
main_repo: 'https://github.com/google/flatbuffers' | ||
file_github_issue: True | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ auto_ccs: | |
- [email protected] | ||
sanitizers: | ||
- address | ||
- memory | ||
# - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-17b7b4f4-53de-4bd7-878c-d1240f276016.txt | ||
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 | ||
# - memory | ||
# # - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-17b7b4f4-53de-4bd7-878c-d1240f276016.txt | ||
architectures: | ||
- x86_64 | ||
- i386 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
# | ||
################################################################################ | ||
|
||
FROM gcr.io/oss-fuzz-base/base-builder | ||
FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e | ||
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get install python -y | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ vendor_ccs: | |
- "[email protected]" | ||
sanitizers: | ||
- address | ||
- memory | ||
# - memory ## msan disabled after a clang bump. Please re-enable it, Try to fix any build warnings and build errors, as well as msan runtime warnings and errors. msan failure log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-46e640a5-de1c-4dcf-9812-d4f69c75dbbb.txt | ||
- undefined | ||
architectures: | ||
- i386 | ||
|
Uh oh!
There was an error while loading. Please reload this page.