aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mistral_ci.yml
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-05 13:57:04 +0100
committerGitHub <noreply@github.com>2021-06-05 13:57:04 +0100
commit4e85203a1360661b03771800d9f4ddcacb002ecf (patch)
tree935488cadca1186ce65ef70dd75c960cff984fce /.github/workflows/mistral_ci.yml
parenta3d8b4f9d198226ec0903e34a8d290b376b45c0b (diff)
parentbcc5158eab5910392fa6dd4f11d626f7cbcd00c7 (diff)
downloadnextpnr-4e85203a1360661b03771800d9f4ddcacb002ecf.tar.gz
nextpnr-4e85203a1360661b03771800d9f4ddcacb002ecf.tar.bz2
nextpnr-4e85203a1360661b03771800d9f4ddcacb002ecf.zip
Merge pull request #721 from YosysHQ/gatecat/mistral-cmake
Updates for latest libmistral
Diffstat (limited to '.github/workflows/mistral_ci.yml')
-rw-r--r--.github/workflows/mistral_ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/mistral_ci.yml b/.github/workflows/mistral_ci.yml
index 877e374d..bc000b46 100644
--- a/.github/workflows/mistral_ci.yml
+++ b/.github/workflows/mistral_ci.yml
@@ -18,15 +18,11 @@ jobs:
sudo apt-get update
sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev lzma-dev clang bison flex swig
- - name: ccache
- uses: hendrikmuhs/ccache-action@v1
-
- name: Execute build nextpnr
env:
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
- MISTRAL_REVISION: 7d4e6d2cca1ec05de3be0c9fef6acaed8089d329
+ MISTRAL_REVISION: f22b32366d5fed997130712002c8f8de40eb42fc
run: |
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
source ./.github/ci/build_mistral.sh
get_dependencies
build_nextpnr