Skip to content

Commit

Permalink
Merge pull request #231 from jacob-hughes/rename_finalizer_optional
Browse files Browse the repository at this point in the history
Rename FinalizerOptional trait
  • Loading branch information
ltratt authored Oct 23, 2024
2 parents fc7c7c1 + 09a93a4 commit da279bc
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 294 deletions.
1 change: 1 addition & 0 deletions .buildbot.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ extended = false

[llvm]
assertions = true # Turn on assertions in LLVM.
download-ci-llvm = false

[install]
prefix = "build/rustc_boehm"
Expand Down
2 changes: 1 addition & 1 deletion .buildbot_dockerfile_debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:latest
ARG CI_UID
RUN useradd -m -u ${CI_UID} ci
RUN apt-get update && \
Expand Down
Loading

0 comments on commit da279bc

Please sign in to comment.