Warning! We have ended support for Kiln Harmony. We will continue to support Mercurial and Git repositories individually, but not both at the same time.

Please convert this repository to either a Mercurial or Git repository. To do so, have an Admin go to Settings, then click "Convert Repository to Git-only or Mercurial-only", and follow the instructions there.

Alternatively, you can see a list of all Harmony repos, and convert many at once here.

If you have any questions or concerns, please contact us at customer-service@fogcreek.com.

Mercurial
Repositories » pharo-vm Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and develop

will this work? libGL.so.1 => libGL.so => mesa/libGL.so

Changeset 293ad2b6d1eb

Parent a37c1f0ae0a9

by Profile picture of User 2Camillo Bruni <camillobruni@gmail.com>

Changes to one file · Browse files at 293ad2b6d1eb Showing diff from parent a37c1f0ae0a9 Diff from another changeset...

Change 1 of 1 Show Entire File .travis.yml Stacked
 
8
9
10
 
11
12
 
 
8
9
10
11
12
13
 
@@ -8,5 +8,6 @@
  # due to https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/949606 we cannot directly install libgl1-mesa-dev:i386   - sudo apt-get install libgl1-mesa-dev libgl1-mesa-glx:i386   - sudo ln -s /usr/lib/i386-linux-gnu/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so + - sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so /usr/lib/i386-linux-gnu/libGL.so  script:   - ./build.sh \ No newline at end of file