-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Don't modify global git safe.directory config outside of CI #25857
Merged
andy31415
merged 1 commit into
project-chip:master
from
ksperling-apple:dont-modify-git-config
Apr 5, 2023
Merged
Don't modify global git safe.directory config outside of CI #25857
andy31415
merged 1 commit into
project-chip:master
from
ksperling-apple:dont-modify-git-config
Apr 5, 2023
Conversation
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
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 27, 2023 23:45
22a9731
to
41d30a3
Compare
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 28, 2023 01:48
41d30a3
to
0a3a008
Compare
PR #25857: Size comparison from def9802 to 0a3a008 Full report (1 build for cc32xx)
|
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 28, 2023 02:33
0a3a008
to
e6d67d0
Compare
PR #25857: Size comparison from def9802 to e6d67d0 Full report (1 build for cc32xx)
|
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 28, 2023 03:32
e6d67d0
to
b109ba9
Compare
ksperling-apple
changed the title
See what fails when we don't mess with safe.directory
Don't modify global git safe.directory config outside of CI
Mar 28, 2023
PR #25857: Size comparison from def9802 to b109ba9 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
andy31415
reviewed
Mar 29, 2023
andy31415
reviewed
Mar 29, 2023
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 29, 2023 21:05
b109ba9
to
6f94299
Compare
pullapprove
bot
requested review from
amitnj,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi and
electrocucaracha
March 29, 2023 21:06
pullapprove
bot
requested review from
lpbeliveau-silabs,
LuDuda,
mrjerryjohns,
msandstedt,
mspang,
nivi-apple,
saurabhst,
selissia,
sharadb-amazon,
tcarmelveilleux,
tecimovic,
tehampson,
turon,
vijs,
vivien-apple,
woody-apple,
xylophone21,
younghak-hwang and
yunhanw-google
March 29, 2023 21:06
PR #25857: Size comparison from 2aefaa6 to 6f94299 Decreases (1 build for cc32xx)
Full report (3 builds for cc32xx, qpg)
|
Adding CHIP_ROOT as a safe directory is now gated by a --configure flag which is added to all the calls from CI scripts (but not e.g. the Darwin chip_xcode_build_connector). Also avoid adding the directory again if it's already in the list.
ksperling-apple
force-pushed
the
dont-modify-git-config
branch
from
March 31, 2023 03:57
6f94299
to
e313a84
Compare
PR #25857: Size comparison from ce0ddc0 to e313a84 Full report (1 build for cc32xx)
|
bzbarsky-apple
approved these changes
Apr 4, 2023
andy31415
approved these changes
Apr 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding CHIP_ROOT as a safe directory is now gated by a
--allow-changing-global-git-config
flag which is added to all the calls from CI scripts (but not e.g. the Darwin chip_xcode_build_connector). Also avoid adding the directory again if it's already in the list.