Skip to content

Commit

Permalink
docker: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed May 7, 2024
1 parent bf22baf commit c31ea38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def build(ctx, clean=False, native=False, elastic=False):
run("make clean", shell=True, check=True, cwd=kernels_dir)
rmtree(build_dir)

makedirs(join(kernels_dir, "build"), exist_ok=True)
makedirs(build_dir, exist_ok=True)

# When building the elastic kernels we only need to build the OpenMP ones
Expand Down

0 comments on commit c31ea38

Please sign in to comment.