Open
Bug 1991427
Opened 7 days ago
Updated 11 hours ago
Switch otel-proto definitions to use `LITE_RUNTIME`
Categories
(Toolkit :: Gecko Trace, enhancement)
Toolkit
Gecko Trace
Tracking
()
ASSIGNED
People
(Reporter: michael, Assigned: michael)
References
Details
Attachments
(4 files)
This should reduce the number of static ctors as well as being related to Bug 1816848, although this might not have been the cause.
Assignee | ||
Updated•7 days ago
|
Summary: Switch otel-proto defintintions to use `LITE_RUNTIME` → Switch otel-proto definitions to use `LITE_RUNTIME`
Assignee | ||
Comment 1•7 days ago
|
||
This patch adds a run-after-patch
option to be set on an update action
in a moz.yaml
file.
This is useful when you need to run scripts that depend on
Mozilla-specific patches being applied first.
Assignee | ||
Comment 2•7 days ago
|
||
This should reduce the number of static ctors as well as being related
to Bug 1816848, although this might not have been the cause.
Assignee | ||
Comment 3•7 days ago
|
||
Assignee | ||
Comment 4•7 days ago
|
||
Updated•5 days ago
|
Attachment #9516904 -
Attachment description: Bug 1991427 - Add `run-after-patch` option to update-actions r=tjr → Bug 1991427 - Add support for `post-patch-actions` to `moz.yaml` files r=tjr
Pushed by jjalkanen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9f238f9dc7bf
https://hg.mozilla.org/integration/autoland/rev/9e06fb5dc76e
Add support for `post-patch-actions` to `moz.yaml` files r=tjr
https://github.com/mozilla-firefox/firefox/commit/01b021cb7b29
https://hg.mozilla.org/integration/autoland/rev/67ce3c077481
Switch otel-proto definitions to use `LITE_RUNTIME` r=jari
https://github.com/mozilla-firefox/firefox/commit/2bdb19eb2811
https://hg.mozilla.org/integration/autoland/rev/dca5a97617e6
Update opentelemetry-proto to new version v1.8.0 r=jari
https://github.com/mozilla-firefox/firefox/commit/dfb89a0be73e
https://hg.mozilla.org/integration/autoland/rev/4a4abde59c74
Apply mozilla patches for opentelemetry-proto r=jari
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2c8e9bccfd6c
https://hg.mozilla.org/integration/autoland/rev/3a9efd33263b
Revert "Bug 1991427 - Apply mozilla patches for opentelemetry-proto r=jari" for causing build bustages @casts.h.
Backed out for causing build bustages @casts.h.
Flags: needinfo?(michael)
Assignee | ||
Comment 9•2 days ago
|
||
I forgot to add the following in moz.build
:
DEFINES["GOOGLE_PROTOBUF_NO_RTTI"] = True
It should be fixed now, I sadly can't test it on try because I currently don't have L3 access.
Comment 10•11 hours ago
|
||
Pushed by michael@vanstraten.de:
https://github.com/mozilla-firefox/firefox/commit/d4d119533fc6
https://hg.mozilla.org/integration/autoland/rev/71b5acd5229c
Add support for `post-patch-actions` to `moz.yaml` files r=tjr
https://github.com/mozilla-firefox/firefox/commit/35b354e5b5a0
https://hg.mozilla.org/integration/autoland/rev/a473df45dbf3
Switch otel-proto definitions to use `LITE_RUNTIME` r=jari
https://github.com/mozilla-firefox/firefox/commit/320e5eb2de54
https://hg.mozilla.org/integration/autoland/rev/d65ae873ba37
Update opentelemetry-proto to new version v1.8.0 r=jari
https://github.com/mozilla-firefox/firefox/commit/5c048492bfaa
https://hg.mozilla.org/integration/autoland/rev/38ed549f76ff
Apply mozilla patches for opentelemetry-proto r=jari
You need to log in
before you can comment on or make changes to this bug.
Description
•