Skip to content

Commit

Permalink
Merge pull request #228 from ltratt/move_to_ghmqs
Browse files Browse the repository at this point in the history
Move to GitHub merge queues.
  • Loading branch information
vext01 authored Jan 17, 2024
2 parents 7055b7c + 0e4445f commit 5dc8566
Show file tree
Hide file tree
Showing 15 changed files with 367 additions and 376 deletions.
1 change: 0 additions & 1 deletion .buildbot.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ extended = false

[llvm]
assertions = true # Turn on assertions in LLVM.
use-linker = "gold" # Uses less memory than ld.

[install]
prefix = "build/rustc_boehm"
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/sdci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:
merge_group:

# This is required to silence emails about the workflow having no jobs.
# We simply define a dummy job that does nothing much.
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true
Loading

0 comments on commit 5dc8566

Please sign in to comment.