We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90f3f1 commit 31362b8Copy full SHA for 31362b8
Rakefile
@@ -73,7 +73,7 @@ task :fetch_ext_deps do
73
end
74
75
# The c-lib version is different from the gem version
76
- oboe_version = ENV['OBOE_VERSION'] || 'latest'
+ oboe_version = ENV['OBOE_VERSION'] || '2.0.9'
77
oboe_src_dir = "https://s3-us-west-2.amazonaws.com/rc-files-t2/c-lib/#{oboe_version}"
78
ext_src_dir = File.expand_path('ext/oboe_metal/src')
79
0 commit comments