Update lexer to allow ' in numbers
Some checks failed
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Failing after 13s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Failing after 18s
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Failing after 16s
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Failing after 15s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-01 03:18:14 +03:00
parent 1a2b697349
commit 2ec675a320
2 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ fn lib = {
partitions = {
automount = [ 'boot' 'root' ]
swap.enable = true
swap.size = 2g
swap.size = 2_000_000_000
}
}