Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 59a3c4a

Browse files
adding nostyle (#3527)
1 parent e06dc8f commit 59a3c4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docker/scripts/compile-platform.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ echo "Extracting source"
3737
tar -C . -xzf $SOURCE_TARBALL
3838

3939
if [[ "$TARGET_PLATFORM" =~ "ubuntu" ]]; then
40-
CONFIG_PLATFORM=ubuntu
40+
CONFIG_PLATFORM=ubuntu_nostyle
4141
elif [[ "$TARGET_PLATFORM" =~ "centos" ]]; then
42-
CONFIG_PLATFORM=centos
42+
CONFIG_PLATFORM=centos_nostyle
4343
elif [[ "$TARGET_PLATFORM" =~ "darwin" ]]; then
44-
CONFIG_PLATFORM=darwin
44+
CONFIG_PLATFORM=darwin_nostyle
4545
elif [[ "$TARGET_PLATFORM" =~ "debian" ]]; then
46-
CONFIG_PLATFORM=debian
46+
CONFIG_PLATFORM=debian_nostyle
4747
elif [[ "$TARGET_PLATFORM" =~ "ubuntu_nostyle" ]]; then
48-
CONFIG_PLATFORM=ubuntu
48+
CONFIG_PLATFORM=ubuntu_nostyle
4949
elif [[ "$TARGET_PLATFORM" =~ "centos_nostyle" ]]; then
50-
CONFIG_PLATFORM=centos
50+
CONFIG_PLATFORM=centos_nostyle
5151
elif [[ "$TARGET_PLATFORM" =~ "darwin_nostyle" ]]; then
52-
CONFIG_PLATFORM=darwin
52+
CONFIG_PLATFORM=darwin_nostyle
5353
elif [[ "$TARGET_PLATFORM" =~ "debian_nostyle" ]]; then
54-
CONFIG_PLATFORM=debian
54+
CONFIG_PLATFORM=debian_nostyle
5555
else
5656
echo "Unknown platform: $TARGET_PLATFORM"
5757
exit 1

0 commit comments

Comments
 (0)