Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Kyle committed May 1, 2024
1 parent e93ce21 commit af2e061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM base

RUN apt-get update && apt-get install -y make git gcc

CMD bash -c "cd /how2heap && make && cp $(which make) /how2heap/make"
CMD bash -c "cd /how2heap && make all && cp $(which make) /how2heap/make"
2 changes: 1 addition & 1 deletion ci/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ runs:

- name: test how2heap inside the raw container
run: |
docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; CC=gcc ./make test version=${{ inputs.glibc }}'
docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; ./make test version=${{ inputs.glibc }}'
shell: bash

0 comments on commit af2e061

Please sign in to comment.