Skip to content

Commit 4a43cd8

Browse files
remove mimimalloc because of issue installing on ppc
1 parent 5addb60 commit 4a43cd8

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

.github/workflows/version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
needs: [bump]
6060
if: ${{ always() }}
6161
steps:
62-
- run: sudo apt install -y gcc g++
6362
- uses: actions/checkout@v4
6463
if: ${{ needs.bump.result == 'success' }}
6564
with:

Cargo.lock

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ lalrpop-util = { version = "0.22", features = ["lexer"] }
2525
ordered-float = "3.7.0"
2626
uuid = { version = "1.17.0", features = ["v4"] }
2727
rayon = "1.10.0"
28-
mimalloc = "0.1.46"
2928

3029
# Use patched version of egglog in experimental
3130
[patch.'https://github.com/egraphs-good/egglog']

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ mod serialize;
66
mod termdag;
77
mod utils;
88

9-
#[global_allocator]
10-
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
11-
129
use pyo3::prelude::*;
1310

1411
/// Bindings for egglog rust library

0 commit comments

Comments
 (0)