Skip to content

Commit

Permalink
Merge pull request #1626 from nanovms/fix/memdebug-ci-job
Browse files Browse the repository at this point in the history
MEMDEBUG CI job: Build nanos with MEMDEBUG mcache actually enabled
  • Loading branch information
sanderssj authored Nov 12, 2021
2 parents d70f997 + 0519ab1 commit 0b02818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install nasm qemu-system-x86 ent ruby rustc
- run: cd .. && git clone git@github.com:nanovms/ops.git
- run: make
- run: make MEMDEBUG=mcache
- run: curl https://ops.city/get.sh -sSfL | sh
- run:
command: |
Expand Down

0 comments on commit 0b02818

Please sign in to comment.