Skip to content

Commit

Permalink
use the debug version within the Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 6, 2019
1 parent eac8373 commit b230ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ deploy:docker:
stage: deploy
script:
- echo "COPY . /src" >> Dockerfile
- echo "RUN cp /src/target/x86_64-unknown-hermit-kernel/release/libhermit.a /root/.cargo/lib/rustlib/x86_64-unknown-hermit/lib" >> Dockerfile
- echo "RUN cp /src/target/x86_64-unknown-hermit-kernel/debug/libhermit.a /root/.cargo/lib/rustlib/x86_64-unknown-hermit/lib" >> Dockerfile
- echo "RUN rm -rf /src" >> Dockerfile
- echo "WORKDIR /volume" >> Dockerfile
- docker build -t ${FINAL} .
Expand Down

0 comments on commit b230ab1

Please sign in to comment.