Skip to content

Commit 2892fbc

Browse files
committed
fix supp_plugins-rs ci error
1 parent aec15a2 commit 2892fbc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ OPTEE_CLIENT_FLAGS ?= CROSS_COMPILE="$(CCACHE) $(AARCH_CROSS_COMPILE)" \
5656
optee-client:
5757
make -C $(OPTEE_CLIENT_PATH) $(OPTEE_CLIENT_FLAGS)
5858

59-
examples: toolchains optee-os optee-client $(EXAMPLES)
59+
examples: $(EXAMPLES)
6060
$(EXAMPLES):
6161
make -C $@
6262

examples/supp_plugin-rs/plugin/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ all: host
3838

3939
host:
4040
@cargo build --target $(TARGET) --release
41+
cp $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so $(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UUID).plugin.so
4142

4243
fmt:
4344
@cargo fmt
44-
cp $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so $(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UUID).plugin.so
45+
4546
clean:
4647
@cargo clean

0 commit comments

Comments
 (0)