Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
google
protobuf
Commits
e0779d5a
Commit
e0779d5a
authored
8 years ago
by
Feng Xiao
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1903 from xfxyjwf/compatibility_tests
Use 64-bit protoc binaries in compatibility tests.
parents
ff466277
30647cae
master
3.1.x
3.2.x
3.3.x
3.5.1.1
3.5.x
3.6.x
csharp3.6.0
cython_protobuf
integration
integration_base
issuetemplates
java_experimental
main
master_rp
php-generated-dev
python-wheel
python-wheel-kokoro-dev
python_deps
test_jenkins
3.15.0-rc1
v22.0-rc2
v22.0-rc1
v21.12
v21.11
v21.10
v21.9
v21.8
v21.7
v21.6
v21.5
v21.4
v21.3
v21.2
v21.1
v21.0
v21.0-rc2
v21.0-rc1
v20.2
v19.5
v18.3
v16.2
v4.22.0-rc2
v4.22.0-rc1
v4.0.0-rc2
v4.0.0-rc1
v3.22.0-rc2
v3.22.0-rc1
v3.21.12
v3.21.11
v3.21.10
v3.21.9
v3.21.8
v3.21.7
v3.21.6
v3.21.5
v3.21.4
v3.21.3
v3.21.2
v3.21.1
v3.21.0
v3.21.0-rc2
v3.20.3
v3.20.2
v3.20.1
v3.20.1-rc1
v3.20.0
v3.20.0-rc3
v3.20.0-rc2
v3.20.0-rc1
v3.19.6
v3.19.5
v3.19.4
v3.19.3
v3.19.2
v3.19.1
v3.19.0
v3.19.0-rc2
v3.19.0-rc1
v3.18.3
v3.18.2
v3.18.1
v3.18.0
v3.18.0-rc2
v3.18.0-rc1
v3.17.3
v3.17.2
v3.17.1
v3.17.0
v3.17.0-rc2
v3.17.0-rc1
v3.16.3
v3.16.2
v3.16.1
v3.16.0
v3.16.0-rc2
v3.16.0-rc1
v3.15.8
v3.15.7
v3.15.6
v3.15.5
v3.15.4
v3.15.3
v3.15.2
v3.15.1
v3.15.0
v3.15.0-rc2
v3.15.0-rc1
v3.14.0
v3.14.0-rc3
v3.14.0-rc2
v3.14.0-rc1
v3.13.0.1
v3.13.0
v3.13.0-rc3
v3.12.4
v3.12.3
v3.12.2
v3.12.1
v3.12.0
v3.12.0-rc2
v3.12.0-rc1
v3.11.4
v3.11.3
v3.11.2
v3.11.1
v3.11.0
v3.11.0-rc2
v3.11.0-rc1
v3.10.1
v3.10.0
v3.10.0-rc1
v3.9.2
v3.9.1
v3.9.0
v3.9.0-rc1
v3.8.0
v3.8.0-rc1
v3.7.1
v3.7.0
v3.7.0rc2
v3.7.0rc1
v3.7.0-rc.3
v3.7.0-rc.2
v3.6.1.3
v3.6.1.2
v3.6.1.1
v3.6.1
v3.6.0.1
v3.6.0
v3.6.0rc2
v3.6.0rc1
v3.5.2
v3.5.1.1
v3.5.1
v3.5.0.1
v3.5.0
v3.4.1
v3.4.0
v3.4.0rc3
v3.4.0rc2
v3.4.0rc1
v3.3.2
v3.3.1
v3.3.0
v3.3.0rc1
v3.2.1
v3.2.0
v3.2.0rc2
v3.2.0-rc.1
v3.2.0-alpha-1
v3.1.0
v3.1.0-alpha-1
conformance-build-tag
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/compatibility_tests/v2.5.0/test.sh
+5
-5
java/compatibility_tests/v2.5.0/test.sh
with
5 additions
and
5 deletions
+5
-5
java/compatibility_tests/v2.5.0/test.sh
+
5
-
5
View file @
e0779d5a
...
...
@@ -21,23 +21,23 @@ case "$1" in
;;
2.6.1
)
OLD_VERSION
=
2.6.1
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/2.6.1-build2/protoc-2.6.1-build2-linux-x86_
32
.exe
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/2.6.1-build2/protoc-2.6.1-build2-linux-x86_
64
.exe
;;
3.0.0-beta-1
)
OLD_VERSION
=
3.0.0-beta-1
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-1/protoc-3.0.0-beta-1-linux-x86_
32
.exe
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-1/protoc-3.0.0-beta-1-linux-x86_
64
.exe
;;
3.0.0-beta-2
)
OLD_VERSION
=
3.0.0-beta-2
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_
32
.exe
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_
64
.exe
;;
3.0.0-beta-3
)
OLD_VERSION
=
3.0.0-beta-3
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_
32
.exe
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_
64
.exe
;;
3.0.0-beta-4
)
OLD_VERSION
=
3.0.0-beta-4
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86_
32
.exe
OLD_VERSION_PROTOC
=
http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86_
64
.exe
;;
*
)
echo
"[ERROR]: Unknown version number:
$1
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets