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:
Novacat
2020-11-23 19:53:59 -05:00
committed by Chompstation Bot
parent a34cc7a91c
commit 3b147ee4c7
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
language: generic
os: linux
dist: bionic
#pretending we're C because otherwise ruby will initialize, even with "language: dm".
language: c
env:
global:
@@ -13,13 +12,10 @@ cache:
addons:
apt:
packages:
- libc6:i386
- libc6-i386
- libgcc1:i386
- libstdc++6:i386
- libssl1.1:i386
- g++-7
- g++-7-multilib
- gcc-multilib
- libssl-dev:i386
- zlib1g:i386
before_install:

Binary file not shown.