mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #9340 from VOREStation/compatible-rust-g
Update librust_g.so with an Ubuntu 16.04 compatible version
This commit is contained in:
committed by
Chompstation Bot
parent
a34cc7a91c
commit
3b147ee4c7
12
.travis.yml
12
.travis.yml
@@ -1,6 +1,5 @@
|
|||||||
language: generic
|
#pretending we're C because otherwise ruby will initialize, even with "language: dm".
|
||||||
os: linux
|
language: c
|
||||||
dist: bionic
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@@ -13,13 +12,10 @@ cache:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libc6:i386
|
- libc6-i386
|
||||||
- libgcc1:i386
|
- libgcc1:i386
|
||||||
- libstdc++6:i386
|
- libstdc++6:i386
|
||||||
- libssl1.1:i386
|
- libssl-dev:i386
|
||||||
- g++-7
|
|
||||||
- g++-7-multilib
|
|
||||||
- gcc-multilib
|
|
||||||
- zlib1g:i386
|
- zlib1g:i386
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
BIN
librust_g.so
BIN
librust_g.so
Binary file not shown.
Reference in New Issue
Block a user