Skip to content

Commit 31362b8

Browse files
committed
fix oboe c-lib version to 2.0.9 for this release
1 parent d90f3f1 commit 31362b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ task :fetch_ext_deps do
7373
end
7474

7575
# The c-lib version is different from the gem version
76-
oboe_version = ENV['OBOE_VERSION'] || 'latest'
76+
oboe_version = ENV['OBOE_VERSION'] || '2.0.9'
7777
oboe_src_dir = "https://s3-us-west-2.amazonaws.com/rc-files-t2/c-lib/#{oboe_version}"
7878
ext_src_dir = File.expand_path('ext/oboe_metal/src')
7979

0 commit comments

Comments
 (0)