Skip to content

Commit 71609b0

Browse files
authored
Upgrade to sconify tools and Scone runtime 5.8.8 for SGX enclaves (#263)
1 parent fa82eb8 commit 71609b0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
- Upgrade to Gradle 8.7. (#260)
1414
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#261)
1515
- Upgrade to Spring Boot 2.7.18. (#262)
16+
- Upgrade to sconify tools and Scone runtime 5.8.8 for SGX enclaves. (#263)
1617

1718
## [[8.5.1]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.5.1) 2024-04-02
1819

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ sconeBuildUnlocked(
2929
imageTag: buildInfo.imageTag,
3030
sconifyArgsPath: './docker/sconify.args',
3131
sconifyImage: 'scone-debug/iexec-sconify-image-unlocked',
32-
sconifyVersion: '5.7.2-wal'
32+
sconifyVersion: '5.8.8'
3333
)

docker/sconify.args

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
--stack="8M" \
99
--binary-fs \
1010
--fs-dir=/app \
11+
--mprotect=1 \
1112
--host-path=/etc/hosts \
1213
--host-path=/etc/resolv.conf \

docker/sconify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd $(dirname $0)
44

55
SCONE_IMG_NAME=scone-debug/iexec-sconify-image-unlocked
6-
SCONE_IMG_VERSION=5.7.2-wal
6+
SCONE_IMG_VERSION=5.8.8
77

88
IMG_TO=${IMG_FROM}-sconify-${SCONE_IMG_VERSION}-debug
99

0 commit comments

Comments
 (0)