mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix jsonnet test failure
PiperOrigin-RevId: 452041179 Change-Id: I972e87ecbad1360970d4b42a81465bb016354d0e
This commit is contained in:
parent
546fda8f1e
commit
9ac0400186
1
.github/workflows/ubuntu-cmake-contrib.yml
vendored
1
.github/workflows/ubuntu-cmake-contrib.yml
vendored
|
@ -82,4 +82,5 @@ jobs:
|
|||
ctest \
|
||||
--test-dir $GITHUB_WORKSPACE/build \
|
||||
-C $BUILD_TYPE \
|
||||
-E "^(sapi_|sandbox2_|regression_test)" \
|
||||
--output-on-failure
|
||||
|
|
|
@ -16,6 +16,7 @@ cmake_minimum_required(VERSION 3.13..3.22)
|
|||
|
||||
project(jsonnet-sapi C CXX)
|
||||
include(CTest)
|
||||
include(GoogleTest)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
|
|
|
@ -35,5 +35,6 @@ target_link_libraries(jsonnet_base_transacted PRIVATE
|
|||
libjsonnet
|
||||
sapi_contrib::jsonnet_helper
|
||||
sapi_contrib::jsonnet
|
||||
sapi::logging
|
||||
sapi::sapi
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user