Skip to content

Commit

Permalink
Updated nuitka and force linbuild script to fail if something goes wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 25, 2024
1 parent 3d27123 commit f867dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions linux-bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e


# Create and/or activate the virtual env
mkdir -p build/
Expand Down
2 changes: 1 addition & 1 deletion linux-bin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuitka==2.1.2
nuitka==2.5.3
2 changes: 1 addition & 1 deletion winbuild/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuitka==1.8.3
nuitka==2.5.3

0 comments on commit f867dbe

Please sign in to comment.