Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/ga macos runners 2 #273

Merged
merged 15 commits into from
Jan 8, 2025
Prev Previous commit
Next Next commit
Update pyproject.toml
try instal deps first
  • Loading branch information
carlkidcrypto committed Jan 8, 2025
commit e5a199088e7ce4f1572193a0fb2452ea5ba02dd2
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -42,8 +42,8 @@ before-all = """
make install;
make distclean;
port -N selfupdate;
port -N clean net-snmp openssl gettext;
port -N install gettext;
port -N clean net-snmp openssl bzip2 libpcap pcre perl5.34 zlib openssl bison flex xz gettext-runtime libtextstyle m4 bison-runtime gettext gettext-tools-libs lzip libedit db48 gdbm readline;
port -N install bzip2 libpcap pcre perl5.34 zlib openssl bison flex xz gettext-runtime libtextstyle m4 bison-runtime gettext gettext-tools-libs lzip libedit db48 gdbm readline;
port -N install net-snmp openssl;
port -N upgrade net-snmp openssl;"""
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"