We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c13cf commit 51bf5e4Copy full SHA for 51bf5e4
.github/odin.sh
@@ -1,11 +1,11 @@
1
#!/usr/bin/sh
2
3
-VERSION=dev-2023-01
+VERSION=dev-2023-02
4
FILE_NAME=odin-ubuntu-amd64-$VERSION.zip
5
-
+apt-get install -y aria2
6
mkdir /tmp/odin
7
cd /tmp/odin
8
-wget https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
+aria2c -c -o $FILE_NAME https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
9
unzip -o $FILE_NAME
10
sudo chmod +x $PWD/odin
11
sudo ln -sf $PWD/odin /usr/bin/odin
bench/bench_luajit.yaml
@@ -17,7 +17,7 @@ problems:
17
- 1.lua
18
- name: coro-prime-sieve
19
source:
20
- - 1.lua
+ # - 1.lua
21
compiler_version_command:
22
compiler_version_regex:
23
runtime_version_parameter: -v
0 commit comments