Skip to content

Commit

Permalink
Document why only test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Feb 13, 2025
1 parent 2474809 commit 9efcbab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/gpu/cuda/elf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

//go:build linux

// Only _test file is tagged for linux, as it causes problems when running in windows builds. This is a
// temporary fix as part of #incident-35081. This should be removed once the issue is resolved.

package cuda

import (
Expand Down

0 comments on commit 9efcbab

Please sign in to comment.