fune/js
Mike Hommey fa98d8f6d9 Bug 1868980 - Avoid base include flags spreading to the cc crate. r=firefox-build-system-reviewers,ahochheiden
The cc crate was upgraded in bug 1866934, and one of the changes it
contains is to notify cargo to trigger rebuilds when environment
variables change[1].

As we invoke cargo from different directories, and as we pass the
computed compiler flags through CFLAGS_* variables in rust.mk, and
as those computed compiler flags contain -I flags for includes in
the current directory, each cargo invocation ends up with different
values of the CFLAGS_* variable, which, while it doesn't have a
consequence on the build itself, does now trigger a rebuild of crates
using cc, causing longer build times when building gtest.

Those -I flags, however, are not necessary for Rust, so we eliminate
them, working around the problem. The solution is fragile, but is the
simplest we can do short of doing much more intrusive changes.

1. 962af5387b

Differential Revision: https://phabricator.services.mozilla.com/D196138
2023-12-12 20:40:08 +00:00
..
examples
loader Bug 1865410 - Part 2: Removed unused module APIs following previous patch r=allstarschh 2023-12-02 08:49:59 +00:00
public Bug 1423593 - Part 1: Implement standard Intl constructor code for Intl.Segmenter. r=dminor 2023-12-12 16:40:09 +00:00
src Bug 1868980 - Avoid base include flags spreading to the cc crate. r=firefox-build-system-reviewers,ahochheiden 2023-12-12 20:40:08 +00:00
xpconnect Bug 1865103 - Update test_xrayToJS r=peterv 2023-12-11 17:41:31 +00:00
app.mozbuild Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre 2023-12-08 04:26:45 +00:00
ffi.configure Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
moz.build
moz.configure Bug 1863794 - wasm: Implement js-string-builtins. r=yury,jandem 2023-11-30 00:46:32 +00:00
sub.configure