Skip to content

Commit

Permalink
Fix travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andronat committed May 26, 2022
1 parent e564a0d commit 5373181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
libelf-dev python3-pip python3-psutil libc6-dbg python3-setuptools make

USER vscode
RUN sudo -H pip3 install wheel
RUN sudo -H pip3 install lit
RUN sudo -H pip3 install wheel lit
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compiler: gcc
dist: bionic

before_install:
- sudo apt-get install -y python3-pip python3-psutil libc6-dbg
- sudo -H pip3 install lit
- sudo apt-get install -y python3-pip python3-psutil python3-setuptools libc6-dbg
- sudo -H pip3 install wheel lit
addons:
apt:
update: true
Expand Down

0 comments on commit 5373181

Please sign in to comment.