From 77b4a6e9538b8b1f9830a38822142753820063cf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 12 Jul 2021 02:08:35 +0200 Subject: [PATCH 1/2] use latest Cython 0.29.23 for py310 compat fixes --- requirements.d/development.lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 875aaa17d1..1724d23613 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -9,5 +9,5 @@ pytest==6.1.1 pytest-xdist==2.1.0 pytest-cov==2.10.1 pytest-benchmark==3.2.3 -Cython==0.29.21 +Cython==0.29.23 twine==1.15.0 From 9c73928bbb5f1f36d44f723258ccdb829c6010e6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 12 Jul 2021 02:10:09 +0200 Subject: [PATCH 2/2] vagrant: more RAM for openindiana upgrade plan resolver it just hangs (swaps?) if there is too little RAM. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 122052e31d..e1888ab9b9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -482,7 +482,7 @@ Vagrant.configure(2) do |config| config.vm.define "openindiana64" do |b| b.vm.box = "openindiana" b.vm.provider :virtualbox do |v| - v.memory = 1536 + $wmem + v.memory = 3072 + $wmem end b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant") b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana