Skip to content

Commit

Permalink
ci: Finalize buildpaths warning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Livius90 committed Feb 20, 2024
1 parent 0856ce7 commit e986f75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ PREFERRED_VERSION_msbuild ?= "16.10.1"
PREFERRED_VERSION_msbuild-native ?= "16.10.1"

# Suppress TMPDIR [buildpaths] warning
INSANE_SKIP:mono += "buildpaths"
INSANE_SKIP:mono-dbg += "buildpaths"
INSANE_SKIP:mono-gac += "buildpaths"
INSANE_SKIP:mono-configuration-crypto += "buildpaths"
INSANE_SKIP:mono-xbuild += "buildpaths"
INSANE_SKIP:mono-libs-4.5 += "buildpaths"
INSANE_SKIP:msbuild += "buildpaths"
INSANE_SKIP:msbuild-dev += "buildpaths"
INSANE_SKIP:python3-clr-loader += "buildpaths"
INSANE_SKIP:python3-pythonnet += "buildpaths"
INSANE_SKIP:dotnet-helloworld += "buildpaths"

LAYERSERIES_COMPAT_mono = "kirkstone langdale mickledore nanbield"

0 comments on commit e986f75

Please sign in to comment.