Skip to content

Commit cdf8b9b

Browse files
committed
add pkgs update to download mlibc
1 parent 589c3b9 commit cdf8b9b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/action_utest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134134
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135135
scons --pyconfig-silent -C $TEST_BSP_ROOT
136+
pkgs --update
136137
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
137138
138139
- name: Start run Test

components/libc/compilers/mlibc/alltypes.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,4 @@ typedef uint64_t fsfilcnt_t;
3131
#define __LONG_MAX INT32_MAX
3232
#endif /* __GNUC__ */
3333

34-
struct iovec
35-
{
36-
void *iov_base; /* Base address. */
37-
size_t iov_len; /* Length. */
38-
};
39-
4034
#endif

0 commit comments

Comments
 (0)