From af5d95a2f6cdd2a17ab19142312310c2c93178ad Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Wed, 9 Mar 2022 06:35:00 +0000 Subject: [PATCH] Update musl package version --- tools/installer/deb/Makefile | 2 +- tools/installer/deb/toolchains/musl-gcc/changelog | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/installer/deb/Makefile b/tools/installer/deb/Makefile index 1fcc3961..75e07c14 100644 --- a/tools/installer/deb/Makefile +++ b/tools/installer/deb/Makefile @@ -16,7 +16,7 @@ C_TOOLCHAIN_PACKAGE_NAME := occlum-toolchains-gcc # The version numbers are only needed to update when the toolchains are updated. # When updating the toolchain packages for Deb, please first update RPM configuration. And then # update the "changelog" file accordingly. -MUSL_VERSION := 0.15.0 +MUSL_VERSION := 0.27.0 GOLAN_VERSION := 0.16.0 GO_PATCH = $(PROJECT_DIR)/tools/toolchains/golang/adapt-golang-to-occlum.patch diff --git a/tools/installer/deb/toolchains/musl-gcc/changelog b/tools/installer/deb/toolchains/musl-gcc/changelog index b0f9b6ac..a8412446 100644 --- a/tools/installer/deb/toolchains/musl-gcc/changelog +++ b/tools/installer/deb/toolchains/musl-gcc/changelog @@ -1,4 +1,10 @@ -occlum-toolchains-gcc ($MUSL_VERSION-1) unstable; urgency=medium +occlum-toolchains-gcc (0.27.0-1) unstable; urgency=medium + + * Upgrade to support Ubuntu20.04 + + -- Chunyang Hui Wed, 9 Mar 2022 13:50:00 +0000 + +occlum-toolchains-gcc (0.15.0-1) unstable; urgency=medium * Initial release