mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
build: Check-in Cargo.lock files and lockdown .net (#384)
Use frozen and locked builds Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
2858b63cd4
commit
c28bde3f56
@@ -32,6 +32,8 @@ corrosion_import_crate(
|
||||
# See regorus/opa_no_std
|
||||
FEATURES "custom_allocator,regorus/semver"
|
||||
|
||||
LOCKED
|
||||
|
||||
# Link statically
|
||||
CRATE_TYPES staticlib FLAGS --crate-type=staticlib
|
||||
)
|
||||
|
||||
@@ -25,6 +25,8 @@ corrosion_import_crate(
|
||||
# Select specific features in regorus.
|
||||
FEATURES "regorus/semver"
|
||||
|
||||
LOCKED
|
||||
|
||||
# Link statically
|
||||
CRATE_TYPES "cdylib"
|
||||
)
|
||||
|
||||
@@ -26,6 +26,8 @@ corrosion_import_crate(
|
||||
# Select specific features in regorus.
|
||||
FEATURES "regorus/semver"
|
||||
|
||||
LOCKED
|
||||
|
||||
# Link statically
|
||||
CRATE_TYPES "cdylib")
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.Build.NoTargets": "3.7.56"
|
||||
},
|
||||
"sdk": {
|
||||
"allowPrerelease": false,
|
||||
"version": "8.0.407",
|
||||
"rollForward": "disable"
|
||||
}
|
||||
}
|
||||
Generated
+1805
File diff suppressed because it is too large
Load Diff
Generated
+1706
File diff suppressed because it is too large
Load Diff
Generated
+1672
File diff suppressed because it is too large
Load Diff
Generated
+1718
File diff suppressed because it is too large
Load Diff
Generated
+1662
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user