Skip to content

Implement simple passthrough type that can enable custom destructor implementations executed before proxied object. #1148

Implement simple passthrough type that can enable custom destructor implementations executed before proxied object.

Implement simple passthrough type that can enable custom destructor implementations executed before proxied object. #1148

Workflow file for this run

name: JNI Bind Build/Test Status
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- name: test
run: bazel test --cxxopt='-std=c++17' --repo_env=CC=clang ...