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
c9ff7cbd
Commit
c9ff7cbd
authored
Mar 30, 2021
by
Thanassis Tsiodras
Browse files
Sync with upstream ASN1SCC.
parent
cf29ba94
Pipeline
#3496
passed with stage
in 38 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/15_asn1scc.sh
View file @
c9ff7cbd
...
...
@@ -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.
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
\
if
[
"
${
VER
}
"
!=
"4.2.4.
6
f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.
6
f/asn1scc-bin-4.2.4.
6
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