Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
8e4604c4
Commit
8e4604c4
authored
Mar 25, 2021
by
Maxime Perrotin
Browse files
update asn1scc
parent
085896e8
Pipeline
#3479
passed with stage
in 37 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/15_asn1scc.sh
View file @
8e4604c4
...
...
@@ -6,8 +6,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
mkdir
-p
"
${
PREFIX
}
/share/asn1scc/"
||
exit
1
cd
"
${
PREFIX
}
/share/"
||
exit
1
VER
=
$(
mono ~/tool-inst/share/asn1scc/asn1.exe
-v
|
head
-1
|
awk
'{print $NF}'
)
if
[
"
${
VER
}
"
!=
"4.2.4.
4
f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.
4
f/asn1scc-bin-4.2.4.
4
f.tar.bz2
\
if
[
"
${
VER
}
"
!=
"4.2.4.
5
f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.
5
f/asn1scc-bin-4.2.4.
5
f.tar.bz2
\
|
tar
jxvf -
fi
# Delete the AST cache folder in case the new version of the compiler generates different XML/Python output
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment