diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-06-08 11:37:02 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-06-08 11:37:02 +0200 |
| commit | 3660d51a0b4ddf0b0374291b4c33c5cc001663de (patch) | |
| tree | e4cdb3df4307e4e4ddbc45b2adb3bd5335d82fcd | |
| parent | 3f1a07c788dd16de430db94593dc0ee6f98f10f7 (diff) | |
| download | vyos-jenkins-3660d51a0b4ddf0b0374291b4c33c5cc001663de.tar.gz vyos-jenkins-3660d51a0b4ddf0b0374291b4c33c5cc001663de.zip | |
fixed typos
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -627,7 +627,7 @@ then test likely will fail. If you do apply this patch to cap cores to 3: sed -i 's~cpu /= 2~cpu = 3~' scripts/check-qemu-install ``` -More cores don't increase speed, the test is single threas anyway, it usually uses <2 cores and thus 3 is more than +More cores don't increase speed, the test is single thread anyway, it usually uses <2 cores and thus 3 is more than enough. More cores will not speed up the test - it will only make the test fail due to OOM inside the test virtual machine. @@ -718,7 +718,7 @@ worrying about what to use it for. Script Path: packages/dropbear/Jenkinsfile ``` -(if you want to bulild package from vyos/vyos-build repository) +(if you want to build package from vyos/vyos-build repository) ``` Script Path: Jenkinsfile |
