mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge branch 'nightly'
This commit is contained in:
commit
bdd6ae2ebb
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: check
|
||||
on: [push,pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}:${{ github.branch }}
|
||||
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/build:${GITHUB_REF#refs/heads/}
|
||||
docker build . -f Dockerfile --tag $IMAGE_ID
|
||||
docker push $IMAGE_ID
|
||||
echo Pushed new build image $IMAGE_ID
|
||||
|
||||
@ -301,19 +301,6 @@ wget -qO - https://packages.confluent.io/deb/5.2/archive.key | apt-key add -
|
||||
add-apt-repository "deb https://packages.confluent.io/deb/5.2 stable main"
|
||||
apt-get update && apt install -y librdkafka-dev
|
||||
|
||||
# Install binaryen
|
||||
curl -L https://github.com/WebAssembly/binaryen/archive/version_94.tar.gz | tar xz -C /tmp
|
||||
pushd /tmp/binaryen-version_94
|
||||
mkdir build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-G "Unix Makefiles" \
|
||||
..
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
Z3_VER=4.8.8
|
||||
(
|
||||
cd /usr/local/ \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user