Skip to content

Commit

Permalink
CI: attempt to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigshaq committed Apr 22, 2024
1 parent a79e308 commit f47f771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ QEMU_OPTS=-smp $(CPUS) -m 512 -serial pty -serial stdio
dirsetup:
mkdir -p $(DRIVERS_OBJ_DIR)
mkdir -p $(KERN_OBJ_DIR)
./gen_vectors.py > $(KERN_SRC_DIR)/trap_dispatcher.S
python3 ./gen_vectors.py > $(KERN_SRC_DIR)/trap_dispatcher.S


# drivers
Expand Down
4 changes: 2 additions & 2 deletions deps-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ DEBIAN_FRONTEND=noninteractive sudo apt install \
-y


git clone --branch main https://github.com/hugsy/gef.git /root/gef/
echo "source /root/gef/gef.py" > ~/.gdbinit
git clone --branch main https://github.com/hugsy/gef.git $HOME/gef/
echo "source $HOME/gef/gef.py" > ~/.gdbinit
echo "add-auto-load-safe-path /share/.gdbinit" >> ~/.gdbinit

pip3 install compiledb
Expand Down

0 comments on commit f47f771

Please sign in to comment.