Skip to content

Commit

Permalink
#3: fix recursive modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Jul 11, 2024
1 parent 740d6d4 commit b63943b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/amd64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: run benchmarks
run: make -j$JOBS -C bench/
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ cd src/
$ make -j$(nproc)
```

The last command, `make`, can take up to 5 minutes to execute (depending on the machine, and if 8 cores are available).
The last command, `make`, can take up to 10 minutes to execute (depending on the machine, and if 8 cores are available).
It does the following (search for the `all` rule in `src/Makefile` for more details):

* `make distclean`: cleans everything
Expand Down

0 comments on commit b63943b

Please sign in to comment.