Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
da161386
Commit
da161386
authored
Mar 08, 2021
by
Thanassis Tsiodras
Browse files
Use new ASN1SCC release.
parent
7d78a0f5
Pipeline
#3332
passed with stage
in 37 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/15_asn1scc.sh
View file @
da161386
...
...
@@ -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.
3
f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.
3
f/asn1scc-bin-4.2.4.
3
f.tar.bz2
\
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
\
|
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
.
Attach a 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