platform: Allows sysfs to implement utimesns natively This moves away from `syscall.UtimesNano` as it has intentionally avoided common features in POSIX, such as handling UTIME_NOW and UTIME_OMIT. When we eventually expose this API, users will be free to override `UTIME_NOW` with a fake clock, possibly the same that was supplied to wazero's `ModuleConfig`. Signed-off-by: Adrian Cole <adrian@tetrate.io> Co-authored-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
16 lines
400 B
TOML
16 lines
400 B
TOML
[build]
|
|
base = "site"
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.111.2"
|
|
|
|
[context.production]
|
|
command = "git submodule update --init && hugo --gc --minify"
|
|
|
|
[context.deploy-preview]
|
|
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy]
|
|
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|