-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[vcpkg scripts] toolchain/linux: Change CMAKE_SYSTEM_PROCESSOR from x86 to i686 #41519
Merged
vicroms
merged 1 commit into
microsoft:master
from
WangWeiLin-MV:scripts/toolchain/x86-linux
Oct 29, 2024
Merged
[vcpkg scripts] toolchain/linux: Change CMAKE_SYSTEM_PROCESSOR from x86 to i686 #41519
vicroms
merged 1 commit into
microsoft:master
from
WangWeiLin-MV:scripts/toolchain/x86-linux
Oct 29, 2024
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
WangWeiLin-MV
added
info:internal
This PR or Issue was filed by the vcpkg team.
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
labels
Oct 12, 2024
WangWeiLin-MV
force-pushed
the
scripts/toolchain/x86-linux
branch
4 times, most recently
from
October 14, 2024 08:58
9d88efd
to
f5c8250
Compare
JonLiu1993
previously approved these changes
Oct 17, 2024
BillyONeal
reviewed
Oct 18, 2024
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.
The i686 change seems correct to me.
BillyONeal
removed
the
info:reviewed
Pull Request changes follow basic guidelines
label
Oct 18, 2024
WangWeiLin-MV
force-pushed
the
scripts/toolchain/x86-linux
branch
2 times, most recently
from
October 18, 2024 08:43
7fa4a13
to
ecceba9
Compare
dg0yt
reviewed
Oct 19, 2024
dg0yt
reviewed
Oct 19, 2024
WangWeiLin-MV
force-pushed
the
scripts/toolchain/x86-linux
branch
from
October 21, 2024 04:12
ecceba9
to
40a7af5
Compare
JonLiu1993
approved these changes
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
info:internal
This PR or Issue was filed by the vcpkg team.
info:reviewed
Pull Request changes follow basic guidelines
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.
Fix #41347, the output of
uname -m
on IA-32 Linux isi686
instead ofx86
, which verified withuname (GNU coreutils) 8.25
onUbuntu
.Change
CMAKE_SYSTEM_PROCESSOR
toi686
.