Compare commits
5 Commits
0be4cd65a7
...
cb2ef59724
| Author | SHA1 | Date | |
|---|---|---|---|
| cb2ef59724 | |||
| 32aa830a01 | |||
| 0e3d8c1a30 | |||
| e9a3916ca0 | |||
| f996179738 |
@@ -31,6 +31,4 @@ USER gentooligan
|
|||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
CMD ["/bin/bash", "-l", "-c", "/entrypoint.sh"]
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
|
||||||
|
|||||||
@@ -97,10 +97,12 @@ jobs:
|
|||||||
|
|
||||||
- name: build and check
|
- name: build and check
|
||||||
run: |
|
run: |
|
||||||
|
echo $PATH
|
||||||
echo $USER
|
echo $USER
|
||||||
echo "CC=$CC"
|
echo "CC=$CC"
|
||||||
echo "CXX=$CXX"
|
echo "CXX=$CXX"
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
echo $PATH
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user