Skip to content

Commit 0e7af97

Browse files
authored
[CI] windows 2 (#3334)
* Fix more * More fix to go
1 parent 1672f9d commit 0e7af97

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/tflite_micro/pypi_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ IMAGE_ID=$(cat $IMAGE_ID_FILE)
6363

6464
# Build the Python package within an ephemeral container.
6565
docker run \
66+
--init \
6667
--rm \
6768
--interactive \
6869
--mount type=bind,source=$SRCDIR,destination=$SRCDIR \

python/tflite_micro/signal/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ py_test(
229229
"nomsan",
230230
"noubsan",
231231
],
232-
target_compatible_with = TARGET_COMPATIBLE_WITH,
233232
deps = [
234233
":overlap_add_op",
235234
requirement("absl_py"),

tensorflow/lite/micro/tools/ci_build/docker_run_tflm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ shift
3737
echo "${TFLM_BOT_TOKEN}" | docker login ghcr.io -u tflm-bot --password-stdin
3838

3939
# Note: DOCKER_RUN_ENV is used without quotes to allow multiple flags.
40-
docker run ${DOCKER_RUN_ENV:-} --rm -v "$(pwd)":/opt/tflite-micro "${IMAGE}" \
40+
docker run ${DOCKER_RUN_ENV:-} --init --rm -v "$(pwd)":/opt/tflite-micro "${IMAGE}" \
4141
/bin/bash -c "cd /opt && tflite-micro/$*"

0 commit comments

Comments
 (0)