Skip to content

fix(rpc): remove deprecated -DGGML_HIP_ROCWMMA_FATTN build flag #1411

fix(rpc): remove deprecated -DGGML_HIP_ROCWMMA_FATTN build flag

fix(rpc): remove deprecated -DGGML_HIP_ROCWMMA_FATTN build flag #1411

Triggered via pull request July 28, 2026 14:24
Status Success
Total duration 1m 0s
Artifacts

check-website.yml

on: pull_request
Website Build Check
48s
Website Build Check
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Website Build Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Website Build Check: website/src/components/DeviceCarousel.tsx#L107
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Website Build Check: website/src/components/DeviceCarousel.tsx#L91
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Website Build Check: website/src/components/ConnectSection.tsx#L5
'Image' is defined but never used
Website Build Check: website/src/components/BuiltInAppsSection.tsx#L15
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Website Build Check: website/src/app/playbooks/[id]/page.tsx#L24
'extractDevices' is defined but never used
Website Build Check: website/src/app/layout.tsx#L6
'Inter' is defined but never used
Website Build Check: website/src/app/dependencies/page.tsx#L35
React Hook useEffect has a missing dependency: 'fetchGitHubIssues'. Either include it or remove the dependency array