diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-07 13:46:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 13:46:35 +0000 |
commit | 8c0f4e48ffe9095acd65a109a1e53540140dece5 (patch) | |
tree | 3b3e69532a043ae328d3e68db598393558702c33 | |
parent | 3f501516666662e8a7adaacf8b75e72d5956dc04 (diff) | |
parent | 09a9382eea4de022da0323b10eae5da30a25aab6 (diff) | |
download | gcc-8c0f4e48ffe9095acd65a109a1e53540140dece5.zip gcc-8c0f4e48ffe9095acd65a109a1e53540140dece5.tar.gz gcc-8c0f4e48ffe9095acd65a109a1e53540140dece5.tar.bz2 |
Merge #1686
1686: bors: Expect ubuntu32bit and gcc48 jobs to succeed r=CohenArthur a=CohenArthur
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
-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. |