Groups
Groups
Sign in
Groups
Groups
Chromium-dev
Conversations
About
Send feedback
Help
how can I build chrome old release tag 45.0.2454.85
95 views
Skip to first unread message
h4c...@gmail.com
unread,
Nov 26, 2018, 2:11:50 PM
11/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
I have followed the guidance to build release tag 45.0.2454.85 in ubuntu like this:
fetch --no-history chromium
cd src
git fetch origin tag 45.0.2454.85
git checkout -b local_45.0.2454.85
gclient sync --with_branch_heads --jobs 16
./build/install-build-deps.sh
gn gen out/Default/
autoninja -C out/Default chrome
but when build finished, I open the out/Default/chrome,it's always the newest version of chrome 72, not the the tag I want: 45.0.2454.85.
can some one help me?
Christian Biesinger
unread,
Nov 26, 2018, 4:15:13 PM
11/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h4c...@gmail.com, chromi...@chromium.org
I didn't think you can combine --no-history with building an old
version... did all commands work without errors?
Oh:
git checkout -b local_45.0.2454.85
You are giving it a branch name, but you are not specifying the tag
you want to branch from, so effectively this stays on HEAD.
Christian
> --
> --
> Chromium Developers mailing list:
chromi...@chromium.org
> View archives, change email options, or unsubscribe:
>
http://groups.google.com/a/chromium.org/group/chromium-dev
> ---
> You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
> To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d1844858-b6f0-4187-bb9f-925cd90f2835%40chromium.org
.
Reply all
Reply to author
Forward
0 new messages