You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Problem
The deprecated attribute linter was failing with timezone database errors:
```
unable to locate share/zoneinfo in the local timezone database at /etc/localtime
```
This was happening because the linter uses `Std.Time.PlainDate.now` to compare dates, which requires timezone information.
## Solution
Add `-ro /etc/timezone` to `landrun` shell options.
## Changes
- Add timezone permissions to `shell` in `.github/build.in.yml`
- Regenerated all build workflow files (`build.yml`, `bors.yml`, `build_fork.yml`)
This should fix the deprecated attribute linter failures in CI.
Co-authored-by: Kim Morrison <477956+kim-em@users.noreply.github.com>
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
0 commit comments