diff options
| author | nagachika <nagachika@ruby-lang.org> | 2024-08-10 16:24:51 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-08-10 16:24:51 +0900 |
| commit | c307c2b6a13bf11aef0c9ab8dea6e0ff77047c91 (patch) | |
| tree | 082da474180362db7d4e3ec56f3b77f672e2dabd | |
| parent | 634db38b22f0e6c3397a3780863e6e0650a68c9b (diff) | |
merge revision(s) 54d26221b4c4cfc46048f30892c626db69ce9244:
.travis.yml: Allow failures for ppc64le and s390x.
Because Travis ppc64le/s390x are unstable.
ppc64le:
* https://app.travis-ci.com/github/ruby/ruby/builds/269211469
* https://app.travis-ci.com/github/ruby/ruby/builds/269204073
s390x:
* https://app.travis-ci.com/github/ruby/ruby/builds/269201221
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 741c0a32ef..c2e5191332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,8 +114,8 @@ matrix: allow_failures: # Allow failures for the unstable jobs. # - name: arm64-linux - # - name: ppc64le-linux - # - name: s390x-linux + - name: ppc64le-linux + - name: s390x-linux # The 2nd arm64 pipeline may be unstable. # - name: arm32-linux fast_finish: true @@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 5 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 208 +#define RUBY_PATCHLEVEL 209 #include "ruby/version.h" #include "ruby/internal/abi.h" |
