blob: 529dc2be3f1eb8566a52426da4567800f5209fd3 [file] [log] [blame] [view]
andybons3322f762015-08-24 21:37:091# Updating clang
2
nodir06cbaa02015-08-25 17:15:2431. Sync your Chromium tree to the latest revision to pick up any plugin
4 changes and test the new compiler against ToT
51. Update clang revision in tools/clang/scripts/update.sh, upload CL to
6 rietveld
71. Run tools/clang/scripts/package.py to create a tgz of the binary (mac and
8 linux)
91. Do a local clobber build with that clang (mac and linux). Check that
10 everything builds fine and no new warnings appear. (Optional if the
11 revision picked in 1 was vetted by other means already.)
121. Upload the binaries using gsutil, they will appear at
13 http://commondatastorage.googleapis.com/chromium-browser-clang/index.html
141. Run goma package update script to push these packages to goma, send email
151. `git cl try -m tryserver.chromium.mac -b mac_chromium_rel_ng -b
16 mac_chromium_asan_rel_ng -b mac_chromium_gn_dbg -b ios_rel_device_ninja &&
17 git cl try -m tryserver.chromium.linux -b linux_chromium_gn_dbg -b
18 linux_chromium_chromeos_dbg_ng -b linux_chromium_asan_rel_ng -b
19 linux_chromium_chromeos_asan_rel_ng -b android_clang_dbg_recipe -b
20 linux_chromium_trusty32_rel -b linux_chromium_rel_ng && git cl try -m
21 tryserver.blink -b linux_blink_rel`
221. Commit roll CL from the first step
231. The bots will now pull the prebuilt binary, and goma will have a matching
24 binary, too.