diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-06 16:16:01 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-06 16:16:01 +0100 |
commit | 09a9382eea4de022da0323b10eae5da30a25aab6 (patch) | |
tree | 4837d284057e0804316de7df6e8e3be5e8a1b562 | |
parent | 9666f2b169b5192b5c827d605cc80e6987e1aac5 (diff) | |
download | gcc-09a9382eea4de022da0323b10eae5da30a25aab6.zip gcc-09a9382eea4de022da0323b10eae5da30a25aab6.tar.gz gcc-09a9382eea4de022da0323b10eae5da30a25aab6.tar.bz2 |
bors: Expect ubuntu32bit and gcc48 jobs to succeed
-rw-r--r-- | .github/bors.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/bors.toml b/.github/bors.toml index 36914c2..921cf65 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -1,5 +1,7 @@ status = [ - "build-and-check-ubuntu-64bit" + "build-and-check-ubuntu-64bit", + "build-and-check-ubuntu-32bit", + "build-and-check-gcc-48" ] # Uncomment this to use a two hour timeout. # The default is one hour. |