# HG changeset patch # User Vesa Norilo # Date 1642958043 -7200 # Sun Jan 23 19:14:03 2022 +0200 # Branch dev # Node ID 9f4e4a74310fe8e9bae7d770fa85b05fc87b69f9 # Parent 2da1d83c77ad58b4aab324b764dfe6c2d5a1fdab Set sr.ht build parallelism limit diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml --- a/.builds/ubuntu.yml +++ b/.builds/ubuntu.yml @@ -10,7 +10,7 @@ cmake ../kronos -DCMAKE_BUILD_TYPE=Release - build: | cd build - make -j0 kronos veneer + make -j8 kronos veneer - test: | cd build make test diff --git a/.builds/wasm.yml b/.builds/wasm.yml --- a/.builds/wasm.yml +++ b/.builds/wasm.yml @@ -16,8 +16,8 @@ emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release - build: | cd build - make -j0 kronos veneer + make -j8 kronos veneer triggers: - action: email condition: failure - to: \ No newline at end of file + to: a \ No newline at end of file