Skip to content

Commit

Permalink
Removing vita-libdl build stage in nightly builder. (#56)
Browse files Browse the repository at this point in the history
It is now included in the docker container which is used for building.
  • Loading branch information
sharkwouter committed Jul 19, 2021
1 parent a67ef3e commit b2f5ca9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ steps:
- script: sudo apt-get install -qq -y libc6-dev-i386
displayName: 'Install 32 bit libraries'

- script: |
git clone https://github.com/hyln9/vita-libdl
cd vita-libdl
make
sudo -E make install
displayName: 'Build vita-libdl'

- script: |
git clone https://github.com/hyln9/vita-luajit
cd vita-luajit/src
Expand Down

0 comments on commit b2f5ca9

Please sign in to comment.