build: use siso instead of reclient (36-x-y) (#48228)

build: use siso instead of reclient
This commit is contained in:
John Kleinschmidt 2025-09-02 20:07:25 -04:00 committed by GitHub
commit 129555af5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 157 additions and 24 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/',