interchange: Pin prjoxide commit
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
581682a08e
commit
7acef00443
2
.github/ci/build_interchange.sh
vendored
2
.github/ci/build_interchange.sh
vendored
@ -40,6 +40,8 @@ function get_dependencies {
|
|||||||
curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
git clone --recursive https://github.com/gatecat/prjoxide.git
|
git clone --recursive https://github.com/gatecat/prjoxide.git
|
||||||
pushd prjoxide/libprjoxide
|
pushd prjoxide/libprjoxide
|
||||||
|
# TODO: use a tag instead of a commit, like python-fpga-interchange
|
||||||
|
git reset --hard ${PRJOXIDE_REVISION}
|
||||||
PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide --all-features
|
PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide --all-features
|
||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
|
1
.github/workflows/interchange_ci.yml
vendored
1
.github/workflows/interchange_ci.yml
vendored
@ -109,6 +109,7 @@ jobs:
|
|||||||
RAPIDWRIGHT_PATH: ${{ github.workspace }}/RapidWright
|
RAPIDWRIGHT_PATH: ${{ github.workspace }}/RapidWright
|
||||||
PYTHON_INTERCHANGE_PATH: ${{ github.workspace }}/python-fpga-interchange
|
PYTHON_INTERCHANGE_PATH: ${{ github.workspace }}/python-fpga-interchange
|
||||||
PYTHON_INTERCHANGE_TAG: v0.0.7
|
PYTHON_INTERCHANGE_TAG: v0.0.7
|
||||||
|
PRJOXIDE_REVISION: a85135648c3ef2f7b3fd53ae2187ef6460e34b16
|
||||||
DEVICE: ${{ matrix.device }}
|
DEVICE: ${{ matrix.device }}
|
||||||
run: |
|
run: |
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user