Unverified Commit d88dc49e authored by Jorrick Sleijster's avatar Jorrick Sleijster Committed by GitHub
Browse files

[python-package] Change build settings to set strict-config to false (#6493)

parent 5cd95a5b
...@@ -72,6 +72,7 @@ jobs: ...@@ -72,6 +72,7 @@ jobs:
OS_NAME: linux OS_NAME: linux
PYTHON_VERSION: ${{ matrix.python_version }} PYTHON_VERSION: ${{ matrix.python_version }}
TASK: ${{ matrix.task }} TASK: ${{ matrix.task }}
SKBUILD_STRICT_CONFIG: true
options: --gpus all options: --gpus all
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
......
...@@ -15,6 +15,7 @@ concurrency: ...@@ -15,6 +15,7 @@ concurrency:
env: env:
CMAKE_BUILD_PARALLEL_LEVEL: 4 CMAKE_BUILD_PARALLEL_LEVEL: 4
SKBUILD_STRICT_CONFIG: true
jobs: jobs:
test: test:
......
...@@ -15,6 +15,7 @@ variables: ...@@ -15,6 +15,7 @@ variables:
skipComponentGovernanceDetection: true skipComponentGovernanceDetection: true
DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
SKBUILD_STRICT_CONFIG: true
resources: resources:
# The __work/ directory, where Azure DevOps writes the source files, needs to be read-write because # The __work/ directory, where Azure DevOps writes the source files, needs to be read-write because
# LightGBM's CI jobs write files in the source directory. # LightGBM's CI jobs write files in the source directory.
......
...@@ -79,7 +79,7 @@ logging.level = "INFO" ...@@ -79,7 +79,7 @@ logging.level = "INFO"
sdist.reproducible = true sdist.reproducible = true
wheel.py-api = "py3" wheel.py-api = "py3"
experimental = false experimental = false
strict-config = true strict-config = false
minimum-version = "0.9.3" minimum-version = "0.9.3"
# end:build-system # end:build-system
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment