Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3151)

Unified Diff: build_tools/buildbot_selector.sh

Issue 1217813009: Re-enable lastest SDK testing on naclports. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ports/ninja/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/buildbot_selector.sh
diff --git a/build_tools/buildbot_selector.sh b/build_tools/buildbot_selector.sh
index 2a54915fac0db2aadec073a4a45279649b2776a9..10319dd90fc1c9667d59b18a155eef51c6233d9e 100755
--- a/build_tools/buildbot_selector.sh
+++ b/build_tools/buildbot_selector.sh
@@ -17,13 +17,7 @@ set -o nounset
# SDK version. This does not apply to the nightly builders, and
# should be left unset unless there is ongoing issue with the lastest
# SDK build.
-# TODO(sbc): Remove this pinned version once we fix he current
-# issues with pnacl/nacl-clang
-# https://code.google.com/p/nativeclient/issues/detail?id=4200
-# https://code.google.com/p/nativeclient/issues/detail?id=4201
-# https://code.google.com/p/nativeclient/issues/detail?id=4202
-# https://code.google.com/p/nativeclient/issues/detail?id=4203
-PINNED_SDK_VERSION=331926
+PINNED_SDK_VERSION=
SCRIPT_DIR="$(cd $(dirname $0) && pwd)"
NACLPORTS_SRC=$(dirname ${SCRIPT_DIR})
« no previous file with comments | « no previous file | ports/ninja/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698