build: use siso instead of reclient (#47534)

This commit is contained in:
Samuel Attard 2025-08-22 11:17:02 -07:00 committed by GitHub
commit a67aad0f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 139 additions and 128 deletions

View file

@ -16,10 +16,6 @@ for fs_file in fs_files:
'lib/original-fs.js').replace('lib/fs/',
'lib/original-fs/')
with open(os.path.join(out_dir, fs_file), 'w', encoding='utf-8'
) as original_f:
original_f.write(contents)
with open(os.path.join(out_dir, original_fs_file), 'w',
encoding='utf-8') as transformed_f:
transformed_contents = contents.replace('internal/fs/',