Skip to content

Commit 645a79a

Browse files
committed
workflows: try even harder not to build Rust
We can't have nice things.
1 parent ff42f4b commit 645a79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# poetry requires cryptography, but the latest version wants to be compiled by Rust, and this environment doesn't like Rust.
5656
# the same logic applies to the cryptography installation in the run section.
57-
env CRYPTOGRAPHY_DONT_BUILD_RUST=1
57+
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
5858
pip install cryptography
5959
# using pip to install poetry, instead of shell script in Adam's work
6060
pip install poetry==1.5.1
@@ -74,7 +74,7 @@ jobs:
7474
. /opt/hackman/bin/activate
7575
7676
# Poetry depends on Rust but our environment is hostile to Rust.
77-
env CRYPTOGRAPHY_DONT_BUILD_RUST=1
77+
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
7878
7979
# workaround for poetry installation stalling. what's happening here: use pip to install the packages specified in poetry.
8080
# source: https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105

0 commit comments

Comments
 (0)