Skip to content

Commit

Permalink
Use kojix2/odgi
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Oct 21, 2023
1 parent ad8de37 commit 9cfb3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- if: matrix.os == 'macos'
run: brew update && brew install jemalloc
- if: matrix.os == 'ubuntu'
run: bundle exec rake odgi:build
run: bundle exec rake jemalloc:build && bundle exec rake odgi:build
- if: matrix.os == 'macos'
run: CC=/opt/homebrew/opt/llvm/bin/clang CXX=/opt/homebrew/opt/llvm/bin/clang++ LDFLAGS=-L/opt/homebrew/lib bundle exec rake odgi:build
- run: bundle exec rake compile
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "odgi"]
path = odgi
url = https://github.com/pangenome/odgi
url = https://github.com/kojix2/odgi
[submodule "jemalloc"]
path = jemalloc
url = https://github.com/jemalloc/jemalloc

0 comments on commit 9cfb3d4

Please sign in to comment.