chore: remove skip

This commit is contained in:
DarshanBPatel 2025-01-03 00:25:39 +05:30
parent 88ca9d657e
commit 246612bc29
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -56,7 +56,6 @@ ifeq ($(detected_OS),Windows)
# Disable postgres for normal Windows builds
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
endif
NIM_PARAMS += --skipParentCfg:db_postgres
endif
##########