Skip to content

Commit

Permalink
Downgrade Pyoxidizer from 0.24.0 to 0.23.0
Browse files Browse the repository at this point in the history
Unfortunately it seems that multiple people in the community are
struggling to build from source after we upgraded to the latest
version of Pyoxidizer (same issue as
 #37)

This seems to be a known issue in the project
indygreg/PyOxidizer#673.

The nature of this problem comes from our over-reliance on 3rd-party
dependencies to package the Microkit tool. We will most likely
encounter further issues as we are compiling an interpreted language.

However, even if we were to switch to a compile time langauge (e.g
Rust) we would still have problems as the Rust compiler is not
isolated.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Feb 28, 2024
1 parent 224132b commit 2bf939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
pyoxidizer==0.24.0
pyoxidizer==0.23.0
mypy==0.910
black==21.7b0
flake8==3.9.2
Expand Down

0 comments on commit 2bf939c

Please sign in to comment.