Skip to content

Commit

Permalink
Change build badge to point to the Github Actions CI status
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed May 25, 2024
1 parent 51c9e13 commit 48e8e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

[![Build status](https://badge.buildkite.com/43782b9c8f7c98ed8a9ba1e82c3baeba59783b675fc4d4c9e4.svg?branch=master)](https://buildkite.com/julialang/rr)
[![Build status](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg)](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg)

rr is a lightweight tool for recording, replaying and debugging execution of applications (trees of processes and threads).
Debugging extends gdb with very efficient reverse-execution, which in combination with standard gdb/x86 features like hardware data watchpoints, makes debugging much more fun. More information about the project, including instructions on how to install, run, and build rr, is at [https://rr-project.org](https://rr-project.org). The best technical overview is currently the paper [Engineering Record And Replay For Deployability: Extended Technical Report](https://arxiv.org/pdf/1705.05937.pdf).
Expand Down

0 comments on commit 48e8e81

Please sign in to comment.