We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93ce21 commit af2e061Copy full SHA for af2e061
ci/build/Dockerfile
@@ -2,4 +2,4 @@ FROM base
2
3
RUN apt-get update && apt-get install -y make git gcc
4
5
-CMD bash -c "cd /how2heap && make && cp $(which make) /how2heap/make"
+CMD bash -c "cd /how2heap && make all && cp $(which make) /how2heap/make"
ci/test/action.yml
@@ -18,5 +18,5 @@ runs:
18
19
- name: test how2heap inside the raw container
20
run: |
21
- 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 }}'
22
shell: bash
0 commit comments