Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan authored Oct 15, 2024
2 parents b1f4543 + 90ac739 commit 5d6f5b9
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 2,119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install system dependencies
run: |
tools/install-sys-dependencies-linux ci
tools/install-sys-dependencies-linux
tools/install-rust-dependencies
- name: Cache internal dependencies
id: internal_cache
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/linux-sampleapp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install system dependencies
run: |
tools/install-sys-dependencies-linux ci
tools/install-sys-dependencies-linux
tools/install-rust-dependencies
- name: Cache internal dependencies
id: internal_cache
Expand Down Expand Up @@ -61,13 +61,6 @@ jobs:
env:
CC: /usr/bin/clang
CXX: /usr/bin/clang++
- name: Build, run, and test devconsole.ts
run: |
cd samples/typescript/devconsole.ts
npm install
npm run build
echo -e "help() \n .exit" | npm run start
npm run test
- name: Install Go
env:
GO_VERSION: 1.19
Expand Down
2 changes: 1 addition & 1 deletion codegen/lib/code_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def render_kotlin_jni_c
def render(file, locals = {})
@locals = locals
path = File.expand_path(file, File.join(File.dirname(__FILE__), 'templates'))
template = ERB.new(File.read(path), nil, '-')
template = ERB.new(File.read(path), trim_mode: '-')
template.result(binding)
end

Expand Down
3 changes: 0 additions & 3 deletions samples/typescript/devconsole.ts/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions samples/typescript/devconsole.ts/README.md

This file was deleted.

Loading

0 comments on commit 5d6f5b9

Please sign in to comment.