mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +00:00
ENT-4595: Delete SgxSupport from core-deterministic. (#5804)
This commit is contained in:
parent
1df0ba3aa2
commit
f9eda81b4d
@ -64,7 +64,6 @@ task patchCore(type: Zip, dependsOn: coreJarTask) {
|
|||||||
exclude 'net/corda/core/serialization/*SerializationFactory*.class'
|
exclude 'net/corda/core/serialization/*SerializationFactory*.class'
|
||||||
exclude 'net/corda/core/serialization/internal/CheckpointSerializationFactory*.class'
|
exclude 'net/corda/core/serialization/internal/CheckpointSerializationFactory*.class'
|
||||||
exclude 'net/corda/core/internal/rules/*.class'
|
exclude 'net/corda/core/internal/rules/*.class'
|
||||||
exclude 'net/corda/core/utilities/SgxSupport*.class'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reproducibleFileOrder = true
|
reproducibleFileOrder = true
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
package net.corda.core.utilities
|
|
||||||
|
|
||||||
import net.corda.core.KeepForDJVM
|
|
||||||
|
|
||||||
@KeepForDJVM
|
|
||||||
object SgxSupport {
|
|
||||||
@JvmStatic
|
|
||||||
val isInsideEnclave: Boolean = true
|
|
||||||
}
|
|
@ -1,5 +1,8 @@
|
|||||||
package net.corda.core.utilities
|
package net.corda.core.utilities
|
||||||
|
|
||||||
|
import net.corda.core.DeleteForDJVM
|
||||||
|
|
||||||
|
@DeleteForDJVM
|
||||||
object SgxSupport {
|
object SgxSupport {
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
val isInsideEnclave: Boolean by lazy {
|
val isInsideEnclave: Boolean by lazy {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user