Skip to content

Commit 51bf5e4

Browse files
committed
chore: upgrade odin
1 parent c7c13cf commit 51bf5e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/odin.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/sh
22

3-
VERSION=dev-2023-01
3+
VERSION=dev-2023-02
44
FILE_NAME=odin-ubuntu-amd64-$VERSION.zip
5-
5+
apt-get install -y aria2
66
mkdir /tmp/odin
77
cd /tmp/odin
8-
wget https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
8+
aria2c -c -o $FILE_NAME https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
99
unzip -o $FILE_NAME
1010
sudo chmod +x $PWD/odin
1111
sudo ln -sf $PWD/odin /usr/bin/odin

Diff for: bench/bench_luajit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ problems:
1717
- 1.lua
1818
- name: coro-prime-sieve
1919
source:
20-
- 1.lua
20+
# - 1.lua
2121
compiler_version_command:
2222
compiler_version_regex:
2323
runtime_version_parameter: -v

0 commit comments

Comments
 (0)