Skip to content

Commit a281915

Browse files
authored
Update build.yaml
1 parent d946002 commit a281915

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
make -j 4
3939
sudo make install
4040
ls -l
41-
ls -l *
42-
cp ../*.h ../IMUDrivers/
4341
cd $DD
4442
4543
- name: Build the project
@@ -50,9 +48,6 @@ jobs:
5048
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc
5149
pwd
5250
ls
53-
if [ -d RTIMULib2 ]; then ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ${HOME}/.cargo/registry/src/RTIMULib; fi
54-
if [ -d RTIMULib2 ]; then ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib/IMUDrivers ${HOME}/.cargo/registry/src/IMUDrivers; fi
55-
if [ -d RTIMULib2 ]; then ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib/IMUDrivers ${HOME}/.cargo/registry/src/IMUDrivers/IMUDrivers; fi
5651
RUST_BACKTRACE=full cargo build --release --target aarch64-unknown-linux-gnu
5752
cd ..
5853
done

0 commit comments

Comments
 (0)