Former-commit-id: 6a902b29e16bebdb2da1d0a33ea5a170fc9949a0
This commit is contained in:
John Sully 2020-05-29 01:01:41 -04:00
parent cfe9f8f3bc
commit d5ed1b9168

View File

@ -52,7 +52,7 @@ jobs:
- name: make -j2 - name: make -j2
run: | run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make make -j2
build-macos-latest: build-macos-latest:
runs-on: macos-latest runs-on: macos-latest
@ -61,19 +61,12 @@ jobs:
- name: make - name: make
run: make -j2 run: make -j2
biuld-32bit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
run: |
sudo apt-get update && sudo apt-get install libc6-dev-i386
make 32bit
build-libc-malloc: build-libc-malloc:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: make - name: make
run: make MALLOC=libc run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make MALLOC=libc -j2