Skip to content

Commit 1011c2e

Browse files
committed
test
1 parent 9381c1b commit 1011c2e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

ext/sass/Rakefile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ end
7070

7171
task 'dart-sass' do
7272
Rake::Task['dart-sass/sass'].invoke
73-
74-
if Platform::Linuxulator.enabled? && system('dart-sass/sass', File::NULL) != true
75-
rm_rf 'dart-sass'
76-
raise NotImplementedError
77-
end
7873
rescue NotImplementedError
7974
Rake::Task['node_modules/sass'].invoke
8075
end
@@ -445,6 +440,13 @@ module Platform
445440
end
446441

447442
def host_os(root = compat_linux_emul_path)
443+
puts '1'
444+
system('ls', File.absolute_path('proc'), root)
445+
puts '2'
446+
system('ls', File.absolute_path('proc/self'), root)
447+
puts '3'
448+
system('ls', File.absolute_path('proc/self/maps'), root)
449+
448450
if (Platform::CPU == 'aarch64' &&
449451
File.exist?(File.absolute_path('lib/ld-linux-aarch64.so.1', root))) ||
450452
(Platform::CPU == 'riscv64' &&

0 commit comments

Comments
 (0)