chewing/chewing-editor

Move to newer GCC?

Closed this issue · 4 comments

Since Homebrew removed gcc@4.81, Travis CI will fail on every test in macOS environment, that is unhealthy for developments.
And GNU-supported version are 10.2, 9.3, 8.4 now2, 4.8 is toooo old, maybe we can move to newer gcc (at least 4.9 for macOS CI)?

Footnotes

  1. https://formulae.brew.sh/formula/gcc

  2. https://gcc.gnu.org/

jserv commented

Great. Did you have proposed pull request(s) associated with newer GCC support?

In #239, I proposed to switch from Travis CI to GitHub Actions, as travis-ci.org is ceased and travis-ci.com is not free.

Since June 15th, 2021, the building on travis-ci.org is ceased.

(Mentioned on https://travis-ci.org/github/chewing/chewing-editor)

If that PR is accepted, .travis.yml can be dropped, and gcc@4.8 will no longer be used.

jserv commented

In #239, I proposed to switch from Travis CI to GitHub Actions, as travis-ci.org is ceased and travis-ci.com is not free.

Since June 15th, 2021, the building on travis-ci.org is ceased.
(Mentioned on https://travis-ci.org/github/chewing/chewing-editor)
If that PR is accepted, .travis.yml can be dropped, and gcc@4.8 will no longer be used.

Agree. Please go ahead for dropping Travis CI.

Thanks, here you go~ #240